1
0
mirror of https://github.com/qgis/QGIS.git synced 2025-03-18 00:02:24 -04:00

4 lines
75 B
CMake
Raw Normal View History

2013-08-12 20:44:27 +02:00
FILE(GLOB PY_FILES *.py)
PLUGIN_INSTALL(processing ./outputs ${PY_FILES})