This commit is contained in:
Colin Kinloch 2025-12-12 16:27:56 +06:00 committed by GitHub
commit 7ebd9dbfa8
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -614,7 +614,7 @@ set_property(TARGET CemuCafe PROPERTY MSVC_RUNTIME_LIBRARY "MultiThreaded$<$<CON
target_include_directories(CemuCafe PUBLIC "../") target_include_directories(CemuCafe PUBLIC "../")
if (glslang_VERSION VERSION_LESS "15.0.0") if (glslang_VERSION VERSION_LESS "15.0.0" OR glslang_VERSION VERSION_GREATER_EQUAL "15.3.0")
set(glslang_target "glslang::SPIRV") set(glslang_target "glslang::SPIRV")
else() else()
set(glslang_target "glslang::glslang") set(glslang_target "glslang::glslang")