1
0
mirror of https://github.com/qgis/QGIS.git synced 2025-03-20 00:04:19 -04:00

7 lines
230 B
CMake
Raw Normal View History

2012-09-14 14:44:25 +03:00
FILE(GLOB PY_FILES *.py)
FILE(GLOB OTHER_FILES grass.txt)
FILE(GLOB DESCR_FILES description/*.txt)
PLUGIN_INSTALL(processing algs/grass ${PY_FILES} ${OTHER_FILES})
PLUGIN_INSTALL(processing algs/grass/description ${DESCR_FILES})