Skip to content

Commit

Permalink
[processing] fix CMakeLists.txt
Browse files Browse the repository at this point in the history
  • Loading branch information
alexbruy committed Aug 23, 2016
1 parent 7866bda commit 19a6a5f
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions python/plugins/processing/algs/taudem/CMakeLists.txt
@@ -1,7 +1,5 @@
FILE(GLOB PY_FILES *.py)
FILE(GLOB SINGLE_DESCR_FILES description/single/*.txt)
FILE(GLOB MULTI_DESCR_FILES description/multi/*.txt)
FILE(GLOB SINGLE_DESCR_FILES description/*.txt)

PLUGIN_INSTALL(processing algs/taudem ${PY_FILES})
PLUGIN_INSTALL(processing algs/taudem/description/single ${SINGLE_DESCR_FILES})
PLUGIN_INSTALL(processing algs/taudem/description/multi ${MULTI_DESCR_FILES})
PLUGIN_INSTALL(processing algs/taudem/description/ ${SINGLE_DESCR_FILES})

0 comments on commit 19a6a5f

Please sign in to comment.