We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent aa60bfe commit 05f6e99Copy full SHA for 05f6e99
python/plugins/processing/algs/saga/CMakeLists.txt
@@ -1,9 +1,11 @@
1
FILE(GLOB PY_FILES *.py)
2
-FILE(GLOB DESCR_FILES description/*.txt)
+FILE(GLOB DESCR212_FILES description/2.1.2/*.txt)
3
+FILE(GLOB DESCR213_FILES description/2.1.2/*.txt)
4
FILE(GLOB HELP_FILES help/*.rst)
5
6
ADD_SUBDIRECTORY(ext)
7
8
PLUGIN_INSTALL(processing algs/saga ${PY_FILES})
-PLUGIN_INSTALL(processing algs/saga/description ${DESCR_FILES})
9
+PLUGIN_INSTALL(processing algs/saga/description/2.1.2 ${DESCR212_FILES})
10
+PLUGIN_INSTALL(processing algs/saga/description/2.1.3 ${DESCR213_FILES})
11
PLUGIN_INSTALL(processing algs/saga/help ${HELP_FILES})
0 commit comments