cmake: simplify glslang integration (#4652)
* cmake: simplify glslang integration * Fix warning (ignored attributes), part 2
This commit is contained in:
@@ -1,3 +1,4 @@
|
||||
if(WIN32 AND NOT VULKAN_PREBUILT)
|
||||
add_subdirectory( glslang )
|
||||
endif()
|
||||
set(SKIP_GLSLANG_INSTALL ON CACHE BOOL "Skip installation" FORCE)
|
||||
set(ENABLE_GLSLANG_BINARIES OFF CACHE BOOL "Builds glslangValidator and spirv-remap" FORCE)
|
||||
set(ENABLE_HLSL OFF CACHE BOOL "Enables HLSL input support" FORCE)
|
||||
add_subdirectory(glslang)
|
||||
|
||||
Reference in New Issue
Block a user