1SET(CMAKE_SYSTEM_NAME Windows)
2SET(CMAKE_C_COMPILER x86_64-w64-mingw32-gcc)
3SET(CMAKE_CXX_COMPILER x86_64-w64-mingw32-g++)
4SET(CMAKE_RC_COMPILER x86_64-w64-mingw32-windres)
5SET(CMAKE_RANLIB x86_64-w64-mingw32-ranlib)
6SET(CMAKE_ASM_YASM_COMPILER yasm)
7