Showing with 2 additions and 0 deletions.
  1. +2 −0 python/plugins/sextante/otb/CMakeLists.txt
2 changes: 2 additions & 0 deletions python/plugins/sextante/otb/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
FILE(GLOB PY_FILES *.py)
FILE(GLOB DESCR_FILES description/*.txt)
FILE(GLOB HELPER_FILES helper/*.py)
FiLE(GLOB HELP_FILES description/doc/*.html)

PLUGIN_INSTALL(sextante ./otb ${PY_FILES})
PLUGIN_INSTALL(sextante ./otb/description ${DESCR_FILES})
PLUGIN_INSTALL(sextante ./otb/helper ${HELPER_FILES})
PLUGIN_INSTALL(sextante ./otb/description/doc ${HELP_FILES})