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
!5
Resolve "Pipeline State Object"
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Resolve "Pipeline State Object"
11-pipeline-state-object
into
develop
Overview
1
Commits
56
Pipelines
4
Changes
1
Merged
Mark Oliver Mints
requested to merge
11-pipeline-state-object
into
develop
3 years ago
Overview
1
Commits
56
Pipelines
4
Changes
1
Expand
Closes
#11 (closed)
Edited
3 years ago
by
Ghost User
0
0
Merge request reports
Viewing commit
ba2383c1
Prev
Next
Show latest version
1 file
+
1
−
1
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
ba2383c1
fixed wrong cmake filepath
· ba2383c1
Leonie Franken
authored
3 years ago
config/Sources.cmake
+
1
−
1
Options
@@ -13,6 +13,6 @@ set(vkcv_sources
${
vkcv_include
}
/vkcv/Window.hpp
${
vkcv_source
}
/vkcv/Window.cpp
${
vkcv_
sourc
e
}
/vkcv/ShaderProgram.hpp
${
vkcv_
includ
e
}
/vkcv/ShaderProgram.hpp
${
vkcv_source
}
/vkcv/ShaderProgram.cpp
)
Loading