6 lines
174 B
CMake
Raw Normal View History

2013-08-12 20:44:27 +02:00
FILE(GLOB PY_FILES *.py)
FILE(GLOB DESCR_FILES description/*.txt)
PLUGIN_INSTALL(processing taudem ${PY_FILES})
PLUGIN_INSTALL(processing taudem/description ${DESCR_FILES})