-
-
Notifications
You must be signed in to change notification settings - Fork 3k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[processing] include OTB descriptions and help into CMakeLists.txt
- Loading branch information
Showing
1 changed file
with
4 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -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}) |