duckstation

duckstation, but archived from the revision just before upstream changed it to a proprietary software project, this version is the libre one
git clone https://git.neptards.moe/u3shit/duckstation.git
Log | Files | Refs | README | LICENSE

cmake-toolchain-windows-arm64.cmake (124B)


      1 set(CMAKE_CROSSCOMPILING TRUE)
      2 set(CMAKE_SYSTEM_NAME Windows)
      3 set(CMAKE_SYSTEM_VERSION 10)
      4 set(CMAKE_SYSTEM_PROCESSOR arm64)