File tree 1 file changed +4
-0
lines changed
1 file changed +4
-0
lines changed Original file line number Diff line number Diff line change @@ -18,6 +18,8 @@ elseif(CMAKE_GENERATOR_PLATFORM MATCHES "^[Aa][Rr][Mm]$")
18
18
set (DIRECTX_ARCH arm)
19
19
elseif (CMAKE_GENERATOR_PLATFORM MATCHES "^[Aa][Rr][Mm]64$" )
20
20
set (DIRECTX_ARCH arm64)
21
+ elseif (CMAKE_GENERATOR_PLATFORM MATCHES "^[Aa][Rr][Mm]64EC$" )
22
+ set (DIRECTX_ARCH arm64ec)
21
23
elseif (CMAKE_VS_PLATFORM_NAME_DEFAULT MATCHES "^[Ww][Ii][Nn]32$" )
22
24
set (DIRECTX_ARCH x86)
23
25
elseif (CMAKE_VS_PLATFORM_NAME_DEFAULT MATCHES "^[Xx]64$" )
@@ -26,6 +28,8 @@ elseif(CMAKE_VS_PLATFORM_NAME_DEFAULT MATCHES "^[Aa][Rr][Mm]$")
26
28
set (DIRECTX_ARCH arm)
27
29
elseif (CMAKE_VS_PLATFORM_NAME_DEFAULT MATCHES "^[Aa][Rr][Mm]64$" )
28
30
set (DIRECTX_ARCH arm64)
31
+ elseif (CMAKE_VS_PLATFORM_NAME_DEFAULT MATCHES "^[Aa][Rr][Mm]64EC$" )
32
+ set (DIRECTX_ARCH arm64ec)
29
33
endif ()
30
34
31
35
#--- Build with Unicode Win32 APIs per "UTF-8 Everywhere"
You can’t perform that action at this time.
0 commit comments