mirror of
https://github.com/LMMS/lmms.git
synced 2026-02-02 18:54:29 -05:00
All flags which are used now for building Win32 version of LMMS are now defined in the top level build_mingw32 script instead of the Win32Toolchain cmake files.
7 lines
94 B
CMake
7 lines
94 B
CMake
SET(MINGW_PREFIX /opt/mingw32)
|
|
|
|
SET(CMAKE_SYSTEM_PROCESSOR i686)
|
|
|
|
INCLUDE(MinGWCrossCompile)
|
|
|