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

7 lines
144 B
CMake

file(GLOB PY_FILES *.py)
file(GLOB OTHER_FILES metadata.txt)
add_subdirectory(tests)
PLUGIN_INSTALL(otbprovider . ${PY_FILES} ${OTHER_FILES})