build: Fix glslang dependency for Fedora 42 (#1622)

This commit is contained in:
qurious-pixel
2025-06-30 20:00:11 -07:00
committed by GitHub
parent 6c392d5a22
commit 35ecfa3f54
2 changed files with 5 additions and 1 deletions

View File

@@ -552,7 +552,7 @@ target_include_directories(CemuCafe PUBLIC "../")
if (glslang_VERSION VERSION_LESS "15.0.0")
set(glslang_target "glslang::SPIRV")
else()
set(glslang_target "glslang")
set(glslang_target "glslang::glslang")
endif()
target_link_libraries(CemuCafe PRIVATE

View File

@@ -57,6 +57,10 @@
"libusb"
],
"overrides": [
{
"name": "glslang",
"version": "15.1.0"
},
{
"name": "sdl2",
"version": "2.30.3"