[cmake] Bundle KosmicKrisp, MoltenVK, and Vulkan Loader

For future testing.

Signed-off-by: crueter <crueter@eden-emu.dev>
This commit is contained in:
crueter 2026-02-26 12:10:08 -05:00
parent a55ffc9225
commit 073ecd36af
No known key found for this signature in database
GPG key ID: 425ACD2D4830EBC6
4 changed files with 26 additions and 25 deletions

View file

@ -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)