QGIS/python/plugins/sextante/grass/CMakeLists.txt

9 lines
244 B
CMake
Raw Normal View History

2012-09-14 14:44:25 +03:00
FILE(GLOB PY_FILES *.py)
FILE(GLOB OTHER_FILES grass.txt)
FILE(GLOB DESCR_FILES description/*.txt)
ADD_SUBDIRECTORY(postproc)
PLUGIN_INSTALL(sextante grass ${PY_FILES} ${OTHER_FILES})
PLUGIN_INSTALL(sextante grass/description ${DESCR_FILES})