mirror of
https://github.com/qgis/QGIS.git
synced 2025-02-27 00:33:48 -05:00
[processing] include OTB descriptions and help into CMakeLists.txt
This commit is contained in:
parent
1a817e58a6
commit
50bbd6f071
@ -1,9 +1,9 @@
|
|||||||
FILE(GLOB PY_FILES *.py)
|
FILE(GLOB PY_FILES *.py)
|
||||||
FILE(GLOB DESCR_FILES description/*.xml)
|
|
||||||
FILE(GLOB HELPER_FILES helper/*.py)
|
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 ${PY_FILES})
|
||||||
PLUGIN_INSTALL(processing ./algs/otb/description ${DESCR_FILES})
|
|
||||||
PLUGIN_INSTALL(processing ./algs/otb/helper ${HELPER_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})
|
||||||
|
Loading…
x
Reference in New Issue
Block a user