QGIS/python/plugins/sagaprovider/CMakeLists.txt
2021-06-21 07:17:35 +03:00

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})