mirror of
https://github.com/qgis/QGIS.git
synced 2025-10-11 00:04:09 -04:00
8 lines
140 B
CMake
8 lines
140 B
CMake
file(GLOB PY_FILES *.py)
|
|
|
|
add_subdirectory(help)
|
|
add_subdirectory(gdal)
|
|
add_subdirectory(qgis)
|
|
|
|
PLUGIN_INSTALL(processing algs ${PY_FILES})
|