3 lines
73 B
CMake
Raw Normal View History

FILE(GLOB PY_FILES *.py)
PLUGIN_INSTALL(processing algs/otb ${PY_FILES})