mirror of
https://github.com/qgis/QGIS.git
synced 2025-05-08 00:04:33 -04:00
7 lines
124 B
CMake
7 lines
124 B
CMake
FILE(GLOB PY_FILES *.py)
|
|
|
|
ADD_SUBDIRECTORY(mmqgisx)
|
|
ADD_SUBDIRECTORY(ftools)
|
|
|
|
PLUGIN_INSTALL(processing ./algs ${PY_FILES})
|