8 lines
204 B
CMake
Raw Normal View History

2013-08-12 20:44:27 +02:00
FILE(GLOB PY_FILES *.py)
2017-02-08 16:33:20 +02:00
FILE(GLOB DESCR_FILES description/*.txt)
2013-08-12 20:44:27 +02:00
ADD_SUBDIRECTORY(ext)
PLUGIN_INSTALL(processing algs/saga ${PY_FILES})
2017-02-08 16:33:20 +02:00
PLUGIN_INSTALL(processing algs/saga/description/ ${DESCR_FILES})