mirror of
https://github.com/qgis/QGIS.git
synced 2025-03-19 00:04:46 -04:00
4 lines
75 B
CMake
4 lines
75 B
CMake
|
FILE(GLOB PY_FILES *.py)
|
||
|
|
||
|
PLUGIN_INSTALL(processing ./outputs ${PY_FILES})
|