build: Fix glslang dependency for Fedora 42 (#1622)
Some checks failed
Generate translation template / generate-pot (push) Failing after 47s
Build check / build (push) Has been cancelled

This commit is contained in:
qurious-pixel 2025-06-30 20:00:11 -07:00 committed by GitHub
parent 6c392d5a22
commit 35ecfa3f54
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
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