mirror of
https://git.eden-emu.dev/eden-emu/eden
synced 2026-05-28 23:37:05 +02:00
[cmake] Bundle KosmicKrisp, MoltenVK, and Vulkan Loader
For future testing. Signed-off-by: crueter <crueter@eden-emu.dev>
This commit is contained in:
parent
a55ffc9225
commit
073ecd36af
4 changed files with 26 additions and 25 deletions
|
|
@ -444,6 +444,11 @@ if (NOT YUZU_STATIC_ROOM)
|
|||
if (NOT TARGET Opus::opus)
|
||||
add_library(Opus::opus ALIAS opus)
|
||||
endif()
|
||||
|
||||
if (APPLE)
|
||||
# KosmicKrisp
|
||||
AddJsonPackage(kosmickrisp)
|
||||
endif()
|
||||
endif()
|
||||
|
||||
if(NOT TARGET Boost::headers)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue