early-access version 3143

This commit is contained in:
pineappleEA
2022-11-22 21:10:41 +01:00
parent 2c4739c196
commit d9623847ea
93 changed files with 1684 additions and 128 deletions

View File

@@ -67,6 +67,9 @@ if (YUZU_USE_EXTERNAL_SDL2)
endif()
set(SDL_STATIC ON)
set(SDL_SHARED OFF)
if (APPLE)
set(SDL_FILE ON)
endif()
add_subdirectory(SDL EXCLUDE_FROM_ALL)
add_library(SDL2 ALIAS SDL2-static)