mirror of
https://github.com/qgis/QGIS.git
synced 2025-02-25 00:58:06 -05:00
11 lines
222 B
CMake
11 lines
222 B
CMake
FILE(GLOB PY_FILES *.py)
|
|
|
|
ADD_SUBDIRECTORY(help)
|
|
ADD_SUBDIRECTORY(gdal)
|
|
ADD_SUBDIRECTORY(grass7)
|
|
ADD_SUBDIRECTORY(saga)
|
|
ADD_SUBDIRECTORY(qgis)
|
|
ADD_SUBDIRECTORY(exampleprovider)
|
|
|
|
PLUGIN_INSTALL(processing algs ${PY_FILES})
|