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
Commits
aeb95532
Verified
Commit
aeb95532
authored
1 year ago
by
Tobias Frisch
Browse files
Options
Downloads
Patches
Plain Diff
Disable runtime and samples building of shady
Signed-off-by:
Tobias Frisch
<
tfrisch@uni-koblenz.de
>
parent
3abd5b15
No related branches found
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
modules/shader_compiler/config/Shady.cmake
+3
-0
3 additions, 0 deletions
modules/shader_compiler/config/Shady.cmake
modules/shader_compiler/lib/shady
+1
-1
1 addition, 1 deletion
modules/shader_compiler/lib/shady
with
4 additions
and
1 deletion
modules/shader_compiler/config/Shady.cmake
+
3
−
0
View file @
aeb95532
...
@@ -8,6 +8,9 @@ if (${shady_status})
...
@@ -8,6 +8,9 @@ if (${shady_status})
set
(
EXTERNAL_JSON_C_INCLUDE
${
JSON_C_INCLUDE_DIR
}
CACHE INTERNAL
""
)
set
(
EXTERNAL_JSON_C_INCLUDE
${
JSON_C_INCLUDE_DIR
}
CACHE INTERNAL
""
)
set
(
BUILD_RUNTIME OFF CACHE INTERNAL
""
)
set
(
BUILD_SAMPLES OFF CACHE INTERNAL
""
)
add_subdirectory
(
${
vkcv_shader_compiler_lib
}
/shady
)
add_subdirectory
(
${
vkcv_shader_compiler_lib
}
/shady
)
if
(
vkcv_build_attribute EQUAL
"SHARED"
)
if
(
vkcv_build_attribute EQUAL
"SHARED"
)
...
...
This diff is collapsed.
Click to expand it.
shady
@
1f717a8b
Compare
dd207bf4
...
1f717a8b
Subproject commit
dd207bf4659465817be005a4818c7c043607595b
Subproject commit
1f717a8b216e13b91df116bb36d0f81a6bd0946f
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment