QGIS/python/plugins/sextante/grass/CMakeLists.txt
Victor Olaya 33e3925eb7 added postgis tools to sextante
edited some grass descriptions and renamed postproc folder (now it is not only for postproc, but also for pre execution checks)
2012-12-15 18:49:32 +01:00

9 lines
239 B
CMake

FILE(GLOB PY_FILES *.py)
FILE(GLOB OTHER_FILES grass.txt)
FILE(GLOB DESCR_FILES description/*.txt)
ADD_SUBDIRECTORY(ext)
PLUGIN_INSTALL(sextante grass ${PY_FILES} ${OTHER_FILES})
PLUGIN_INSTALL(sextante grass/description ${DESCR_FILES})