We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e845e78 commit 4e5c286Copy full SHA for 4e5c286
python/plugins/processing/algs/qgis/CMakeLists.txt
@@ -1,7 +1,11 @@
1
FILE(GLOB PY_FILES *.py)
2
+FILE(GLOB HELP_FILES help/*.rst)
3
+FILE(GLOB SCRIPT_FILES scripts/*.*)
4
5
ADD_SUBDIRECTORY(mmqgisx)
6
ADD_SUBDIRECTORY(ftools)
7
ADD_SUBDIRECTORY(ui)
8
9
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