mirror of
https://github.com/qgis/QGIS.git
synced 2025-02-28 00:17:30 -05:00
8 lines
318 B
CMake
8 lines
318 B
CMake
FILE(GLOB PY_FILES *.py)
|
|
FILE(GLOB OTHER_FILES copyright.txt)
|
|
FILE(GLOB ICON_FILES icons/*.png)
|
|
|
|
INSTALL(FILES ${PY_FILES} DESTINATION ${SEXTANTE_PLUGIN_DIR}/mmqgisx)
|
|
INSTALL(FILES ${OTHER_FILES} DESTINATION ${SEXTANTE_PLUGIN_DIR}/mmqgisx)
|
|
INSTALL(FILES ${ICON_FILES} DESTINATION ${SEXTANTE_PLUGIN_DIR}/mmqgisx/icons)
|