kicad/thirdparty/sentry-native/external/crashpad/cmake/toolchains/win_arm64.cmake

6 lines
282 B
CMake
Raw Normal View History

2024-04-30 00:11:06 +00:00
# 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")