montana/iOS/liboqs/.CMake/toolchain_windows_arm64.cmake

13 lines
204 B
CMake
Raw Permalink Normal View History

# 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
)