mirror of
https://github.com/qgis/QGIS.git
synced 2025-03-10 00:13:55 -04:00
6 lines
204 B
CMake
6 lines
204 B
CMake
FILE(GLOB PY_FILES *.py)
|
|
FILE(GLOB SCRIPT_FILES scripts/*.rsx)
|
|
|
|
INSTALL(FILES ${PY_FILES} DESTINATION ${SEXTANTE_PLUGIN_DIR}/r)
|
|
INSTALL(FILES ${SCRIPT_FILES} DESTINATION ${SEXTANTE_PLUGIN_DIR}/r/scripts)
|