mirror of
https://github.com/cemu-project/Cemu.git
synced 2026-07-09 17:14:47 -06:00
Update glslang imported target name
This commit is contained in:
parent
9fb3c76b76
commit
fd9822bad5
@ -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
|
||||
|
||||
Loading…
Reference in New Issue
Block a user