[sextante] add missed CMakeLists

This commit is contained in:
Alexander Bruy 2013-04-26 12:42:13 +04:00
parent fd4cf96e0a
commit 5616cfaeaf
2 changed files with 4 additions and 0 deletions

View File

@ -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)

View File

@ -0,0 +1,3 @@
FILE(GLOB PY_FILES *.py)
PLUGIN_INSTALL(sextante ./commander ${PY_FILES})