mirror of
https://github.com/LMMS/lmms.git
synced 2026-03-20 23:13:08 -04:00
8 lines
200 B
CMake
8 lines
200 B
CMake
SET(CMAKE_SYSTEM_NAME Windows)
|
|
SET(CMAKE_SYSTEM_VERSION 1)
|
|
|
|
SET(CMAKE_SYSTEM_PROCESSOR x86_64)
|
|
SET(CMAKE_SYSTEM_PROCESSOR32 i686)
|
|
|
|
SET(WIN64 TRUE)
|