mirror of
https://github.com/edubart/otclient.git
synced 2025-10-14 19:44:54 +02:00
add cmake toolchain for crosscompiling with w64-minwg32
This commit is contained in:
8
src/framework/cmake/i686-w64-mingw32_toolchain.cmake
Normal file
8
src/framework/cmake/i686-w64-mingw32_toolchain.cmake
Normal file
@@ -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)
|
Reference in New Issue
Block a user