We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents f85d3ae + 79d5fb3 commit 6ee09f9Copy full SHA for 6ee09f9
python/plugins/sextante/otb/CMakeLists.txt
@@ -1,7 +1,9 @@
1
FILE(GLOB PY_FILES *.py)
2
FILE(GLOB DESCR_FILES description/*.txt)
3
FILE(GLOB HELPER_FILES helper/*.py)
4
+FiLE(GLOB HELP_FILES description/doc/*.html)
5
6
PLUGIN_INSTALL(sextante ./otb ${PY_FILES})
7
PLUGIN_INSTALL(sextante ./otb/description ${DESCR_FILES})
8
PLUGIN_INSTALL(sextante ./otb/helper ${HELPER_FILES})
9
+PLUGIN_INSTALL(sextante ./otb/description/doc ${HELP_FILES})
0 commit comments