Skip to content

Commit 7c21958

Browse files
committed
[processing] really fix cmakelist file: followup a4151d7
1 parent 0692f25 commit 7c21958

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

python/plugins/processing/algs/saga/CMakeLists.txt

+2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
FILE(GLOB PY_FILES *.py)
22
FILE(GLOB DESCR212_FILES description/2.1.2/*.txt)
33
FILE(GLOB DESCR213_FILES description/2.1.3/*.txt)
4+
FILE(GLOB DESCR214_FILES description/2.1.4/*.txt)
45
FILE(GLOB DESCR220_FILES description/2.2.0/*.txt)
56
FILE(GLOB HELP_FILES help/*.rst)
67

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

0 commit comments

Comments
 (0)