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
!15
Resolve "Core-Klasse"
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Resolve "Core-Klasse"
24-core-klasse
into
develop
Overview
1
Commits
4
Pipelines
5
Changes
18
Merged
Ghost User
requested to merge
24-core-klasse
into
develop
3 years ago
Overview
1
Commits
4
Pipelines
5
Changes
18
Expand
Closes
#24 (closed)
Edited
3 years ago
by
Ghost User
0
0
Merge request reports
Viewing commit
1e29d9f2
Prev
Next
Show latest version
18 files
+
561
−
477
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
18
Search (e.g. *.vue) (Ctrl+P)
1e29d9f2
[
#24
] Initial implementation of a core class.
· 1e29d9f2
Artur Wasmut
authored
3 years ago
config/ext/CheckLibraries.cmake
+
2
−
0
Options
# cleanup of dependency libraries
list
(
REMOVE_DUPLICATES vkcv_libraries
)
# fixing paths of libraries to work on most Linux distros
foreach
(
a_lib IN LISTS vkcv_libraries
)
if
(
NOT EXISTS
"
${
a_lib
}
"
)
string
(
REGEX MATCH ^/usr/lib/x86_64-linux-gnu/.*$ vkcv_usr_lib_u_match
${
a_lib
}
)
Loading