1
0
mirror of https://github.com/qgis/QGIS.git synced 2025-04-27 00:03:38 -04:00
2013-08-20 09:22:03 +02:00

6 lines
169 B
CMake

FILE(GLOB PY_FILES *.py)
FILE(GLOB SCRIPTS_FILES scripts/*.py)
PLUGIN_INSTALL(processing script ${PY_FILES})
PLUGIN_INSTALL(processing script/scripts ${SCRIPTS_FILES})