You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
5 lines
178 B
5 lines
178 B
3 years ago
|
set(CMAKE_SYSTEM_NAME Windows)
|
||
|
set(TOOLCHAIN_PREFIX x86_64-w64-mingw32)
|
||
|
|
||
|
set(CMAKE_C_COMPILER ${TOOLCHAIN_PREFIX}-gcc-posix)
|
||
|
set(CMAKE_CXX_COMPILER ${TOOLCHAIN_PREFIX}-g++-posix)
|