TheBrokenRail
50950dfb97
Some checks failed
ScriptCraft/pipeline/head There was a failure building this commit
8 lines
196 B
CMake
8 lines
196 B
CMake
set(CMAKE_SYSTEM_NAME Windows)
|
|
set(CMAKE_SYSTEM_PROCESSOR x86)
|
|
|
|
set(TOOLCHAIN_PREFIX i686-w64-mingw32)
|
|
|
|
set(CMAKE_C_COMPILER ${TOOLCHAIN_PREFIX}-gcc)
|
|
|
|
set(CMAKE_SYSROOT "/usr/${TOOLCHAIN_PREFIX}") |