Signed-off-by: crueter <crueter@eden-emu.dev>
This commit is contained in:
parent
53d6b79390
commit
128168c868
2 changed files with 9 additions and 9 deletions
9
externals/CMakeLists.txt
vendored
9
externals/CMakeLists.txt
vendored
|
@ -147,6 +147,9 @@ if (ENABLE_SDL2)
|
|||
find_package(SDL2 2.26.4 REQUIRED)
|
||||
endif()
|
||||
|
||||
# SPIRV Headers
|
||||
AddJsonPackage(spirv-headers)
|
||||
|
||||
# Sirit
|
||||
if (YUZU_USE_BUNDLED_SIRIT)
|
||||
AddJsonPackage(sirit-ci)
|
||||
|
@ -162,12 +165,6 @@ else()
|
|||
endif()
|
||||
endif()
|
||||
|
||||
# SPIRV Headers
|
||||
|
||||
if (NOT TARGET SPIRV-Headers::SPIRV-Headers)
|
||||
AddJsonPackage(spirv-headers)
|
||||
endif()
|
||||
|
||||
# SPIRV Tools
|
||||
AddJsonPackage(spirv-tools)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue