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
!116
Resolve "VCC/Shady support"
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Resolve "VCC/Shady support"
147-vcc-shady-support
into
develop
Overview
0
Commits
5
Pipelines
0
Changes
6
Merged
Tobias Frisch
requested to merge
147-vcc-shady-support
into
develop
1 year ago
Overview
0
Commits
5
Pipelines
0
Changes
6
Expand
Closes
#147 (closed)
0
0
Merge request reports
Viewing commit
e800d8d3
Prev
Next
Show latest version
6 files
+
17
−
15
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
6
Search (e.g. *.vue) (Ctrl+P)
Verified
e800d8d3
Fix linking errors and double free issues
· e800d8d3
Tobias Frisch
authored
1 year ago
Signed-off-by:
Tobias Frisch
<
tfrisch@uni-koblenz.de
>
modules/shader_compiler/config/Shady.cmake
+
6
−
1
Options
@@ -7,6 +7,11 @@ if (${shady_status})
add_subdirectory
(
${
vkcv_shader_compiler_lib
}
/shady
)
list
(
APPEND vkcv_shader_compiler_libraries shady
)
if
(
vkcv_build_attribute EQUAL
"SHARED"
)
list
(
APPEND vkcv_shader_compiler_libraries shady runtime
)
else
()
list
(
APPEND vkcv_shader_compiler_libraries common driver
)
endif
()
list
(
APPEND vkcv_shader_compiler_includes
${
vkcv_shader_compiler_lib
}
/shady/include
)
endif
()
Loading