1
0
mirror of https://github.com/qgis/QGIS.git synced 2025-03-12 00:02:25 -04:00
Victor Olaya 6026944c21 [processing] removed scripts
They should be downloaded now from the scripts/model repo
2014-07-06 20:51:59 +02:00

3 lines
71 B
CMake

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