diff --git a/src/framework/cmake/i686-w64-mingw32_toolchain.cmake b/src/framework/cmake/i686-w64-mingw32_toolchain.cmake new file mode 100644 index 00000000..17661dfd --- /dev/null +++ b/src/framework/cmake/i686-w64-mingw32_toolchain.cmake @@ -0,0 +1,8 @@ +SET(CMAKE_SYSTEM_NAME Windows) +SET(CMAKE_C_COMPILER i686-w64-mingw32-gcc) +SET(CMAKE_CXX_COMPILER i686-w64-mingw32-g++) +SET(CMAKE_RC_COMPILER i686-w64-mingw32-windres) +SET(CMAKE_FIND_ROOT_PATH /usr/i686-w64-mingw32) +SET(CMAKE_FIND_ROOT_PATH_MODE_PROGRAM NEVER) +SET(CMAKE_FIND_ROOT_PATH_MODE_LIBRARY ONLY) +SET(CMAKE_FIND_ROOT_PATH_MODE_INCLUDE ONLY)