We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0692f25 commit 7c21958Copy full SHA for 7c21958
python/plugins/processing/algs/saga/CMakeLists.txt
@@ -1,6 +1,7 @@
1
FILE(GLOB PY_FILES *.py)
2
FILE(GLOB DESCR212_FILES description/2.1.2/*.txt)
3
FILE(GLOB DESCR213_FILES description/2.1.3/*.txt)
4
+FILE(GLOB DESCR214_FILES description/2.1.4/*.txt)
5
FILE(GLOB DESCR220_FILES description/2.2.0/*.txt)
6
FILE(GLOB HELP_FILES help/*.rst)
7
@@ -9,5 +10,6 @@ ADD_SUBDIRECTORY(ext)
9
10
PLUGIN_INSTALL(processing algs/saga ${PY_FILES})
11
PLUGIN_INSTALL(processing algs/saga/description/2.1.2 ${DESCR212_FILES})
12
PLUGIN_INSTALL(processing algs/saga/description/2.1.3 ${DESCR213_FILES})
13
+PLUGIN_INSTALL(processing algs/saga/description/2.1.4 ${DESCR214_FILES})
14
PLUGIN_INSTALL(processing algs/saga/description/2.2.0 ${DESCR220_FILES})
15
PLUGIN_INSTALL(processing algs/saga/help ${HELP_FILES})
0 commit comments