mirror of
https://github.com/ptitSeb/box64.git
synced 2025-08-28 09:33:48 +02:00
7 lines
No EOL
220 B
CMake
7 lines
No EOL
220 B
CMake
set(CMAKE_SYSTEM_NAME Windows)
|
|
set(CMAKE_SYSTEM_PROCESSOR aarch64)
|
|
|
|
set(CMAKE_C_STANDARD_LIBRARIES "" CACHE STRING "" FORCE)
|
|
|
|
set(CMAKE_C_COMPILER aarch64-w64-mingw32-clang)
|
|
set(CMAKE_ASM_COMPILER aarch64-w64-mingw32-as) |