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
16
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
16
Expand
Closes
#19 (closed)
Edited
3 years ago
by
Tobias Frisch
0
0
Merge request reports
Compare
develop
version 5
68f0401c
3 years ago
version 4
86d28def
3 years ago
version 3
3e9a0dcd
3 years ago
version 2
1635ba6d
3 years ago
version 1
aec9a05f
3 years ago
develop (base)
and
latest version
latest version
9effd752
5 commits,
3 years ago
version 5
68f0401c
4 commits,
3 years ago
version 4
86d28def
3 commits,
3 years ago
version 3
3e9a0dcd
2 commits,
3 years ago
version 2
1635ba6d
2 commits,
3 years ago
version 1
aec9a05f
1 commit,
3 years ago
16 files
+
247
−
24
Side-by-side
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
16
Search (e.g. *.vue) (Ctrl+P)
config/ext/Doxygen.cmake
+
1
−
1
Options
# check if Doxygen is installed
# check if Doxygen is installed
find_package
(
Doxygen
)
find_package
(
Doxygen
QUIET
)
if
(
DOXYGEN_FOUND
)
if
(
DOXYGEN_FOUND
)
# note the option ALL which allows to build the docs together with the application
# note the option ALL which allows to build the docs together with the application
Loading