mirror of
https://github.com/qgis/QGIS.git
synced 2025-02-24 00:47:57 -05:00
10 lines
271 B
CMake
10 lines
271 B
CMake
file(GLOB PY_FILES *.py)
|
|
file(GLOB DESCR_FILES description/*.txt)
|
|
file(GLOB OTHER_FILES metadata.txt)
|
|
|
|
add_subdirectory(ext)
|
|
add_subdirectory(shorthelp)
|
|
|
|
PLUGIN_INSTALL(sagaprovider . ${PY_FILES} ${OTHER_FILES})
|
|
PLUGIN_INSTALL(sagaprovider ./description/ ${DESCR_FILES})
|