Sign in
android
/
platform
/
external
/
liboqs
/
HEAD
/
.
/
.CMake
/
toolchain_windows_arm64.cmake
blob: 19c00413c7e8a29c5caa8e0c7c7f83910aa88cf0 [
file
] [
log
] [
blame
]
# SPDX-License-Identifier: MIT
set
(
CMAKE_SYSTEM_NAME
Windows
)
set
(
CMAKE_SYSTEM_PROCESSOR arm64
)
set
(
CMAKE_CROSSCOMPILING ON
)
set
(
CMAKE_GENERATOR_PLATFORM
ARM64
CACHE STRING
"Platform"
FORCE
)