Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
[processing] really fix cmakelist file: followup a4151d7
  • Loading branch information
slarosa committed Sep 29, 2015
1 parent 0692f25 commit 7c21958
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions python/plugins/processing/algs/saga/CMakeLists.txt
@@ -1,6 +1,7 @@
FILE(GLOB PY_FILES *.py)
FILE(GLOB DESCR212_FILES description/2.1.2/*.txt)
FILE(GLOB DESCR213_FILES description/2.1.3/*.txt)
FILE(GLOB DESCR214_FILES description/2.1.4/*.txt)
FILE(GLOB DESCR220_FILES description/2.2.0/*.txt)
FILE(GLOB HELP_FILES help/*.rst)

Expand All @@ -9,5 +10,6 @@ ADD_SUBDIRECTORY(ext)
PLUGIN_INSTALL(processing algs/saga ${PY_FILES})
PLUGIN_INSTALL(processing algs/saga/description/2.1.2 ${DESCR212_FILES})
PLUGIN_INSTALL(processing algs/saga/description/2.1.3 ${DESCR213_FILES})
PLUGIN_INSTALL(processing algs/saga/description/2.1.4 ${DESCR214_FILES})
PLUGIN_INSTALL(processing algs/saga/description/2.2.0 ${DESCR220_FILES})
PLUGIN_INSTALL(processing algs/saga/help ${HELP_FILES})

0 comments on commit 7c21958

Please sign in to comment.