repo.or.cz
/
lmms.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
CMakeLists: make fftw3 a requirement and not optional anymore
[lmms.git]
/
cmake
/
modules
/
Win32Toolchain.cmake
blob
84ebb4b929ea25e7131e0acd803971fa51cf0b27
1
SET(MINGW_PREFIX /opt/mingw32)
2
3
SET(CMAKE_SYSTEM_PROCESSOR i686)
4
5
SET(CMAKE_C_FLAGS "-march=i686 -mtune=generic")
6
SET(CMAKE_CXX_FLAGS ${CMAKE_C_FLAGS})
7
8
9
INCLUDE(MinGWCrossCompile)
10