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