mirror of
https://github.com/qgis/QGIS.git
synced 2025-04-09 00:05:52 -04:00
6 lines
138 B
CMake
6 lines
138 B
CMake
FILE(GLOB PY_FILES *.py)
|
|
FILE(GLOB OTHER_FILES copyright.txt)
|
|
|
|
PLUGIN_INSTALL(processing ./algs/qgis/mmqgisx ${PY_FILES} ${OTHER_FILES})
|
|
|