2012-10-13 19:07:56 +02:00
|
|
|
set (CMAKE_SYSTEM_NAME "Windows")
|
|
|
|
set (CMAKE_SYSTEM_PROCESSOR "x86")
|
|
|
|
|
|
|
|
set (CMAKE_C_COMPILER "i586-mingw32msvc-gcc")
|
|
|
|
set (CMAKE_CXX_COMPILER "i586-mingw32msvc-g++")
|
|
|
|
set (CMAKE_RC_COMPILER "i586-mingw32msvc-windres")
|
|
|
|
|
2017-06-19 00:03:44 +02:00
|
|
|
# Not needed to crosscompile an installation package
|
|
|
|
#set (CMAKE_CROSSCOMPILING_EMULATOR "wine")
|
|
|
|
|
2012-10-13 19:07:56 +02:00
|
|
|
set (CMAKE_FIND_ROOT_PATH "/usr/i586-mingw32msvc")
|
|
|
|
|
|
|
|
set (CMAKE_FIND_ROOT_PATH_MODE_PROGRAM NEVER)
|
|
|
|
set (CMAKE_FIND_ROOT_PATH_MODE_LIBRARY ONLY)
|
|
|
|
set (CMAKE_FIND_ROOT_PATH_MODE_INCLUDE ONLY)
|
|
|
|
|