Skip to content

Commit 4e5c286

Browse files
committed
[processing] update CMakeLists.txt to handle new directories
1 parent e845e78 commit 4e5c286

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,11 @@
11
FILE(GLOB PY_FILES *.py)
2+
FILE(GLOB HELP_FILES help/*.rst)
3+
FILE(GLOB SCRIPT_FILES scripts/*.*)
24

35
ADD_SUBDIRECTORY(mmqgisx)
46
ADD_SUBDIRECTORY(ftools)
57
ADD_SUBDIRECTORY(ui)
68

79
PLUGIN_INSTALL(processing algs/qgis ${PY_FILES})
10+
PLUGIN_INSTALL(processing algs/qgis/help ${HELP_FILES})
11+
PLUGIN_INSTALL(processing algs/qgis/scripts ${SCRIPT_FILES})

0 commit comments

Comments
 (0)