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

[#73] Removed external target which caused issues on Windows CI

parent 28fb98d1
No related branches found
No related tags found
1 merge request!60Resolve "Runtime shader compilation"
Pipeline #25641 passed
......@@ -16,6 +16,9 @@ if (EXISTS "${vkcv_shader_compiler_lib_path}/glslang")
set(ENABLE_CTEST OFF CACHE INTERNAL "")
set(USE_CCACHE OFF CACHE INTERNAL "")
set(BUILD_SHARED_LIBS OFF CACHE INTERNAL "")
set(BUILD_EXTERNAL OFF CACHE INTERNAL "")
add_subdirectory(${vkcv_shader_compiler_lib}/glslang)
list(APPEND vkcv_shader_compiler_libraries glslang SPIRV)
......
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