mirror of
https://github.com/cemu-project/Cemu.git
synced 2025-07-02 13:01:18 +12:00
Update glslang imported target name
This commit is contained in:
parent
9fb3c76b76
commit
fd9822bad5
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue