mirror of
https://github.com/qgis/QGIS.git
synced 2025-03-10 00:13:55 -04:00
7 lines
128 B
CMake
7 lines
128 B
CMake
ADD_SUBDIRECTORY(plugins)
|
|
|
|
FILE (GLOB IMAGES *.png)
|
|
|
|
INSTALL (FILES ${IMAGES}
|
|
DESTINATION ${QGIS_DATA_DIR}/themes/gis)
|