mirror of
https://github.com/libsdl-org/SDL.git
synced 2026-06-06 06:34:35 +00:00
cmake: detect ARM64EC
This commit is contained in:
parent
7d83e03ac2
commit
c59771d7fc
2 changed files with 3 additions and 2 deletions
|
|
@ -32,7 +32,7 @@ set(SDL3_FOUND TRUE)
|
|||
|
||||
if(SDL_CPU_X86)
|
||||
set(_sdl_arch_subdir "x86")
|
||||
elseif(SDL_CPU_X64)
|
||||
elseif(SDL_CPU_X64 OR SDL_CPU_ARM64EC)
|
||||
set(_sdl_arch_subdir "x64")
|
||||
elseif(SDL_CPU_ARM64)
|
||||
set(_sdl_arch_subdir "arm64")
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue