Skip to content
Permalink
Browse files
[processing] update CMakeLists.txt to handle new directories
  • Loading branch information
alexbruy committed Jul 11, 2014
1 parent e845e78 commit 4e5c286
Showing 1 changed file with 4 additions and 0 deletions.
@@ -1,7 +1,11 @@
FILE(GLOB PY_FILES *.py)
FILE(GLOB HELP_FILES help/*.rst)
FILE(GLOB SCRIPT_FILES scripts/*.*)

ADD_SUBDIRECTORY(mmqgisx)
ADD_SUBDIRECTORY(ftools)
ADD_SUBDIRECTORY(ui)

PLUGIN_INSTALL(processing algs/qgis ${PY_FILES})
PLUGIN_INSTALL(processing algs/qgis/help ${HELP_FILES})
PLUGIN_INSTALL(processing algs/qgis/scripts ${SCRIPT_FILES})

0 comments on commit 4e5c286

Please sign in to comment.