mirror of
https://github.com/RetroDECK/Duckstation.git
synced 2024-11-22 05:45:38 +00:00
4 lines
124 B
CMake
4 lines
124 B
CMake
set(CMAKE_CROSSCOMPILING TRUE)
|
|
set(CMAKE_SYSTEM_NAME Windows)
|
|
set(CMAKE_SYSTEM_VERSION 10)
|
|
set(CMAKE_SYSTEM_PROCESSOR arm64) |