Skip to content

Commit 05f6e99

Browse files
committed
[processing] fixed make file
1 parent aa60bfe commit 05f6e99

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,11 @@
11
FILE(GLOB PY_FILES *.py)
2-
FILE(GLOB DESCR_FILES description/*.txt)
2+
FILE(GLOB DESCR212_FILES description/2.1.2/*.txt)
3+
FILE(GLOB DESCR213_FILES description/2.1.2/*.txt)
34
FILE(GLOB HELP_FILES help/*.rst)
45

56
ADD_SUBDIRECTORY(ext)
67

78
PLUGIN_INSTALL(processing algs/saga ${PY_FILES})
8-
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})
911
PLUGIN_INSTALL(processing algs/saga/help ${HELP_FILES})

0 commit comments

Comments
 (0)