Skip to content

Commit

Permalink
[processing] update CMakeLists.txt to handle new directories
Browse files Browse the repository at this point in the history
  • Loading branch information
alexbruy committed Jul 11, 2014
1 parent e845e78 commit 4e5c286
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions python/plugins/processing/algs/qgis/CMakeLists.txt
@@ -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.