mirror of
https://github.com/qgis/QGIS.git
synced 2025-04-06 00:05:16 -04:00
5 lines
136 B
CMake
5 lines
136 B
CMake
FILE(GLOB PY_FILES *.py)
|
|
FILE(GLOB OTHER_FILES copyright.txt)
|
|
|
|
PLUGIN_INSTALL(processing ./algs/qgis/ftools ${PY_FILES} ${OTHER_FILES})
|