7
mirror of https://gitlab.com/kicad/code/kicad.git synced 2025-01-08 20:14:48 +00:00
kicad/thirdparty/sentry-native/external/crashpad/cmake/toolchains/win_arm64.cmake
2024-04-29 22:05:05 -04:00

6 lines
282 B
CMake

# Toolchain file that should provide required and non-conflicting build-
# parameters to allow normal and cross-compilation to ARM64 targets on
# Windows using any generator.
SET(CMAKE_GENERATOR_PLATFORM "ARM64")
SET(CMAKE_SYSTEM_PROCESSOR "ARM64")
SET(CMAKE_SYSTEM_NAME "Windows")