aboutsummaryrefslogblamecommitdiffstatshomepage
path: root/toolchains/cmake/mingw-w64-x64.cmake
blob: c689d39696067e8c65143f32a8259f452c84672b (plain) (tree)
1
2
3
4


                                                  
                               
set(CMAKE_C_COMPILER   x86_64-w64-mingw32-gcc)
set(CMAKE_CXX_COMPILER x86_64-w64-mingw32-g++)
set(CMAKE_RC_COMILER   x86_64-w64-mingw32-windres)
set(CMAKE_SYSTEM_NAME  Windows)