Skip to content

Commit

Permalink
[sextante] add missed CMakeLists
Browse files Browse the repository at this point in the history
  • Loading branch information
alexbruy committed Apr 26, 2013
1 parent fd4cf96 commit 5616cfa
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions python/plugins/sextante/CMakeLists.txt
Expand Up @@ -2,6 +2,7 @@ SET (SEXTANTE_PLUGIN_DIR ${QGIS_DATA_DIR}/python/plugins/sextante)

ADD_SUBDIRECTORY(admintools)
ADD_SUBDIRECTORY(algs)
ADD_SUBDIRECTORY(commander)
ADD_SUBDIRECTORY(core)
ADD_SUBDIRECTORY(gdal)
ADD_SUBDIRECTORY(grass)
Expand Down
3 changes: 3 additions & 0 deletions python/plugins/sextante/commander/CMakeLists.txt
@@ -0,0 +1,3 @@
FILE(GLOB PY_FILES *.py)

PLUGIN_INSTALL(sextante ./commander ${PY_FILES})

0 comments on commit 5616cfa

Please sign in to comment.