mirror of
https://github.com/qgis/QGIS.git
synced 2025-03-10 00:13:55 -04:00
4 lines
102 B
CMake
4 lines
102 B
CMake
|
FILE(GLOB IMAGE_FILES *.png)
|
||
|
|
||
|
INSTALL(FILES ${IMAGE_FILES} DESTINATION ${SEXTANTE_PLUGIN_DIR}/images)
|