Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
VkCV Framework
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Model registry
Operate
Terraform modules
Monitor
Service Desk
Analyze
Contributor 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
Vulkan2021
VkCV Framework
Merge requests
!102
Resolve "Weitere Informationen hinzufügen zu Readme.md"
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Resolve "Weitere Informationen hinzufügen zu Readme.md"
19-weitere-informationen-hinzufugen-zu-readme-md
into
develop
Overview
0
Commits
5
Pipelines
7
Changes
12
Merged
Tobias Frisch
requested to merge
19-weitere-informationen-hinzufugen-zu-readme-md
into
develop
3 years ago
Overview
0
Commits
5
Pipelines
7
Changes
12
Expand
Closes
#19 (closed)
Edited
3 years ago
by
Tobias Frisch
0
0
Merge request reports
Viewing commit
86d28def
Prev
Next
Show latest version
12 files
+
159
−
24
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
12
Search (e.g. *.vue) (Ctrl+P)
Verified
86d28def
Added cmake options to include framework in external projects
· 86d28def
Tobias Frisch
authored
3 years ago
Signed-off-by:
Tobias Frisch
<
tfrisch@uni-koblenz.de
>
config/ext/Doxygen.cmake
+
1
−
1
Options
# check if Doxygen is installed
find_package
(
Doxygen
)
find_package
(
Doxygen
QUIET
)
if
(
DOXYGEN_FOUND
)
# note the option ALL which allows to build the docs together with the application
Loading