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