QGIS/python/plugins/processing/otb/CMakeLists.txt
2014-01-31 16:16:13 +01:00

10 lines
372 B
CMake

FILE(GLOB PY_FILES *.py)
FILE(GLOB DESCR_FILES description/*.xml)
FILE(GLOB HELPER_FILES helper/*.py)
FiLE(GLOB HELP_FILES description/doc/*.html)
PLUGIN_INSTALL(processing ./otb ${PY_FILES})
PLUGIN_INSTALL(processing ./otb/description ${DESCR_FILES})
PLUGIN_INSTALL(processing ./otb/helper ${HELPER_FILES})
PLUGIN_INSTALL(processing ./otb/description/doc ${HELP_FILES})