diff options
| author | JMC47 <JMC4789@gmail.com> | 2025-06-24 18:59:48 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-06-24 18:59:48 -0400 |
| commit | 43aa7e9b9658d3c1508512b6b0caef7737ed6683 (patch) | |
| tree | cd10fb73d0f2a2cb39bc8a3e801d26ee92bff7d5 /CMakeLists.txt | |
| parent | 43c156084bbeeaa3bd7c06b5e4f3118e335f777d (diff) | |
| parent | 6da3f5f26adf13b9fedfb85b0ebe844cb5b94a0c (diff) | |
Merge pull request #13694 from jordan-woyak/sdl3
Update to SDL3
Diffstat (limited to 'CMakeLists.txt')
| -rw-r--r-- | CMakeLists.txt | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index 549007ddd6..c277e2a10a 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -137,6 +137,8 @@ else() endif() if(APPLE) + enable_language(OBJC) + enable_language(OBJCXX) option(MACOS_USE_DEFAULT_SEARCH_PATH "Don't prioritize system library paths" OFF) option(SKIP_POSTPROCESS_BUNDLE "Skip postprocessing bundle for redistributability" OFF) # Enable adhoc code signing by default (otherwise makefile builds on ARM will not work) @@ -602,7 +604,7 @@ if(UNIX) endif() if(ENABLE_SDL) - dolphin_find_optional_system_library(SDL2 Externals/SDL 2.30.9) + dolphin_find_optional_system_library(SDL3 Externals/SDL 3.2.0) endif() if(ENABLE_ANALYTICS) |
