We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8cb98e5 commit 5f97f1bCopy full SHA for 5f97f1b
native/toolchains/windows-arm64.cmake
@@ -1,5 +1,6 @@
1
set(CMAKE_SYSTEM_NAME Windows)
2
set(CMAKE_SYSTEM_PROCESSOR arm64)
3
+set(CMAKE_GENERATOR_PLATFORM ARM64)
4
set(CMAKE_C_COMPILER_TARGET aarch64-windows-msvc)
5
set(CMAKE_CXX_COMPILER_TARGET aarch64-windows-msvc)
6
set(CMAKE_C_COMPILER clang)
native/toolchains/windows-x86_64.cmake
set(CMAKE_SYSTEM_PROCESSOR x64)
+set(CMAKE_GENERATOR_PLATFORM x64)
set(CMAKE_C_COMPILER_TARGET x64-windows-msvc)
set(CMAKE_CXX_COMPILER_TARGET x64-windows-msvc)
0 commit comments