6 lines
199 B
CMake
Raw Normal View History

2013-08-12 20:44:27 +02:00
FILE(GLOB PY_FILES *.py)
2016-08-22 11:59:12 +03:00
FILE(GLOB SINGLE_DESCR_FILES description/*.txt)
2013-08-12 20:44:27 +02:00
PLUGIN_INSTALL(processing algs/taudem ${PY_FILES})
2016-08-22 11:59:12 +03:00
PLUGIN_INSTALL(processing algs/taudem/description/ ${SINGLE_DESCR_FILES})