QGIS/python/plugins/processing/saga/CMakeLists.txt

8 lines
193 B
CMake
Raw Normal View History

2013-08-12 20:44:27 +02:00
FILE(GLOB PY_FILES *.py)
FILE(GLOB DESCR_FILES description/*.txt)
ADD_SUBDIRECTORY(ext)
PLUGIN_INSTALL(processing saga ${PY_FILES})
PLUGIN_INSTALL(processing saga/description ${DESCR_FILES})