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