repo.or.cz
/
lmms
/
mlankhorst.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
MinGWCrossCompile.cmake: fix cross builds with recent versions of CMake
[lmms/mlankhorst.git]
/
cmake
/
modules
/
Win64Toolchain.cmake
blob
09c0c35ef6d23c857428a757243a0325c42ddb73
1
SET(MINGW_PREFIX /opt/mingw64)
2
SET(MINGW_PREFIX32 /opt/mingw32)
3
4
SET(CMAKE_SYSTEM_PROCESSOR x86_64)
5
SET(CMAKE_SYSTEM_PROCESSOR32 i686)
6
7
SET(WIN64 TRUE)
8
9
10
INCLUDE(MinGWCrossCompile)
11