mirror of
https://github.com/qgis/QGIS.git
synced 2025-10-16 00:05:45 -04:00
5 lines
113 B
CMake
5 lines
113 B
CMake
file(GLOB PY_FILES *.py)
|
|
file(GLOB OTHER_FILES *.txt)
|
|
|
|
PLUGIN_INSTALL(processing gui ${PY_FILES} ${OTHER_FILES})
|