Scripts to build release binaries without Github CI (WIP)

This commit is contained in:
SChernykh
2025-06-29 11:45:12 +02:00
parent 436b39c6b1
commit db572ce9d8
26 changed files with 359 additions and 5 deletions
@@ -0,0 +1,8 @@
set(CMAKE_CROSSCOMPILING TRUE)
set(CMAKE_SYSTEM_NAME Windows)
set(CMAKE_SYSTEM_VERSION 6.0)
set(CMAKE_SYSTEM_PROCESSOR x86_64)
set(CMAKE_C_COMPILER clang-20)
set(CMAKE_CXX_COMPILER clang++-20)