Select Git revision
-
Adrien Béraud authored
This reverts commit 96221fb6. Change-Id: I6217a0c3435d7e682105905c5edbcfc0d0f045d1
Adrien Béraud authoredThis reverts commit 96221fb6. Change-Id: I6217a0c3435d7e682105905c5edbcfc0d0f045d1
Code owners
Assign users and groups as approvers for specific file changes. Learn more.
winBuild.cmake 357 B
# this one is important
SET(CMAKE_SYSTEM_NAME Windows)
# specify the cross compiler
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_ASM_YASM_COMPILER yasm)
SET(CMAKE_FIND_ROOT_PATH /usr/i686-w64-mingw32/)
set(LIB_FLAGS "-Wl,--output-def,libringclient.def")