mirror of
https://github.com/qgis/QGIS.git
synced 2025-02-25 00:58:06 -05:00
7 lines
137 B
CMake
7 lines
137 B
CMake
add_subdirectory(plugins)
|
|
|
|
file(GLOB IMAGES *.png *.svg)
|
|
|
|
install (FILES ${IMAGES}
|
|
DESTINATION ${QGIS_DATA_DIR}/themes/default)
|