mirror of
https://github.com/darlinghq/darling.git
synced 2024-12-04 02:21:31 +00:00
7 lines
128 B
CMake
7 lines
128 B
CMake
SET(CMAKE_SYSTEM_NAME Linux)
|
|
SET(CMAKE_SYSTEM_PROCESSOR "x86-64")
|
|
|
|
SET(CMAKE_C_COMPILER clang)
|
|
SET(CMAKE_CXX_COMPILER clang++)
|
|
|