mirror of
https://github.com/LMMS/lmms.git
synced 2026-03-20 15:03:05 -04:00
* Fix MSYS and processor detection when not using the provided toolchain file * Fix creation of import library (ENABLE_EXPORTS not working)
7 lines
143 B
CMake
7 lines
143 B
CMake
SET(CMAKE_SYSTEM_NAME Windows)
|
|
SET(CMAKE_SYSTEM_VERSION 1)
|
|
|
|
SET(CMAKE_SYSTEM_PROCESSOR i686)
|
|
|
|
SET(WIN64 FALSE)
|