Skip to content
Snippets Groups Projects
Verified Commit aeb95532 authored by Tobias Frisch's avatar Tobias Frisch
Browse files

Disable runtime and samples building of shady

parent 3abd5b15
No related branches found
No related tags found
No related merge requests found
...@@ -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")
......
Subproject commit dd207bf4659465817be005a4818c7c043607595b Subproject commit 1f717a8b216e13b91df116bb36d0f81a6bd0946f
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment