mirror of
https://github.com/qgis/QGIS.git
synced 2025-02-24 00:47:57 -05:00
11 lines
295 B
CMake
11 lines
295 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)
|
|
add_subdirectory(tests)
|
|
|
|
PLUGIN_INSTALL(sagaprovider . ${PY_FILES} ${OTHER_FILES})
|
|
PLUGIN_INSTALL(sagaprovider ./description/ ${DESCR_FILES})
|