QGIS/python/plugins/sextante/images/CMakeLists.txt

4 lines
102 B
CMake
Raw Normal View History

2012-09-14 14:44:25 +03:00
FILE(GLOB IMAGE_FILES *.png)
INSTALL(FILES ${IMAGE_FILES} DESTINATION ${SEXTANTE_PLUGIN_DIR}/images)