mirror of
https://github.com/qgis/QGIS.git
synced 2025-11-28 00:06:23 -05:00
7 lines
144 B
CMake
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})
|