Files
tessesframework/Packaging/WinToolsIntel/x86.cmake
Mike Nolan ccfa5eeeb3
Some checks failed
Build and Deploy on Tag / 🔨 Build win32 and update the tap 🍺 (push) Failing after 2s
Build and Deploy on Tag / 🔨 Build for Arch Linux/Static Builds (push) Has been cancelled
Overhaul cmake configuration, add console api, fix http code that caused issues with cgi-bin
2026-05-27 03:26:54 -05:00

7 lines
370 B
CMake

set(CMAKE_C_COMPILER "/usr/bin/i686-w64-mingw32-gcc")
set(CMAKE_CXX_COMPILER "/usr/bin/i686-w64-mingw32-g++")
set(CMAKE_C_FLAGS "-static-libgcc -static-libstdc++ -static")
set(CMAKE_CXX_FLAGS "-static-libgcc -static-libstdc++ -static")
set(CMAKE_EXE_LINKER_FLAGS "-static-libgcc -static-libstdc++ -static")
set(CMAKE_SYSTEM_NAME Windows)
set(CMAKE_SYSTEM_PROCESSOR i686)