mirror of
https://github.com/qgis/QGIS.git
synced 2025-10-15 00:02:52 -04:00
11 lines
210 B
CMake
11 lines
210 B
CMake
file(GLOB PY_FILES *.py)
|
|
|
|
add_subdirectory(help)
|
|
add_subdirectory(gdal)
|
|
add_subdirectory(grass7)
|
|
add_subdirectory(otb)
|
|
add_subdirectory(saga)
|
|
add_subdirectory(qgis)
|
|
|
|
PLUGIN_INSTALL(processing algs ${PY_FILES})
|