Skip to content

Commit

Permalink
[processing] include OTB descriptions and help into CMakeLists.txt
Browse files Browse the repository at this point in the history
  • Loading branch information
alexbruy committed Feb 2, 2016
1 parent 1a817e5 commit 50bbd6f
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions python/plugins/processing/algs/otb/CMakeLists.txt
@@ -1,9 +1,9 @@
FILE(GLOB PY_FILES *.py)
FILE(GLOB DESCR_FILES description/*.xml)
FILE(GLOB HELPER_FILES helper/*.py)
FiLE(GLOB HELP_FILES description/doc/*.html)
FILE(GLOB DESCR_FILES description/5.0.0/*.xml)
FiLE(GLOB HELP_FILES description/5.0.0/doc/*.html)

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

0 comments on commit 50bbd6f

Please sign in to comment.