We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f85d3ae commit 79d5fb3Copy full SHA for 79d5fb3
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