Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
otb
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Container registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Julien Cabieces
otb
Commits
0e5993b5
Commit
0e5993b5
authored
6 years ago
by
Victor Poughon
Browse files
Options
Downloads
Patches
Plain Diff
ENH: cookbook build depends on all apps
parent
473bb594
Branches
Branches containing commit
Tags
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
Documentation/Cookbook/CMakeLists.txt
+9
-1
9 additions, 1 deletion
Documentation/Cookbook/CMakeLists.txt
with
9 additions
and
1 deletion
Documentation/Cookbook/CMakeLists.txt
+
9
−
1
View file @
0e5993b5
...
...
@@ -120,9 +120,17 @@ add_custom_target(generate_otbapps_rst
WORKING_DIRECTORY
${
RST_BINARY_DIR
}
COMMENT
"Auto-generating Application Reference Documentation in RST"
DEPENDS OTBSWIGWrapper-all
# TODO add DEPENDS to all apps
)
# Add all applications as dependencies to rst generation
set
(
app_names
${
OTB_APPLICATIONS_NAME_LIST
}
)
list
(
REMOVE_ITEM app_names
"TestApplication"
)
list
(
REMOVE_ITEM app_names
"ApplicationExample"
)
list
(
REMOVE_DUPLICATES app_names
)
foreach
(
app_name
${
app_names
}
)
add_dependencies
(
generate_otbapps_rst otbapp_
${
app_name
}
)
endforeach
()
add_custom_target
(
CookBookHTML
COMMAND
${
SPHINX_BUILD
}
-b html
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment