4 lines
79 B
CMake

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