mirror of
https://github.com/qgis/QGIS.git
synced 2025-03-03 00:02:25 -05:00
5 lines
96 B
CMake
5 lines
96 B
CMake
FILE(GLOB PY_FILES *.py)
|
|
ADD_SUBDIRECTORY(ui)
|
|
|
|
PLUGIN_INSTALL(processing algs/qgis ${PY_FILES})
|