1
0
mirror of https://github.com/qgis/QGIS.git synced 2025-04-04 00:06:15 -04:00
2017-01-30 10:28:37 +01:00

12 lines
242 B
CMake

FILE(GLOB PY_FILES *.py)
ADD_SUBDIRECTORY(help)
ADD_SUBDIRECTORY(gdal)
ADD_SUBDIRECTORY(grass7)
ADD_SUBDIRECTORY(saga)
ADD_SUBDIRECTORY(qgis)
ADD_SUBDIRECTORY(r)
ADD_SUBDIRECTORY(exampleprovider)
PLUGIN_INSTALL(processing algs ${PY_FILES})