mirror of
https://github.com/qgis/QGIS.git
synced 2025-10-29 00:07:54 -04:00
8 lines
204 B
CMake
8 lines
204 B
CMake
file(GLOB PY_FILES *.py)
|
|
file(GLOB DESCR_FILES description/*.txt)
|
|
|
|
add_subdirectory(ext)
|
|
|
|
PLUGIN_INSTALL(processing algs/saga ${PY_FILES})
|
|
PLUGIN_INSTALL(processing algs/saga/description/ ${DESCR_FILES})
|