mirror of
https://github.com/darlinghq/darling.git
synced 2025-03-07 01:07:06 +00:00
8 lines
155 B
CMake
8 lines
155 B
CMake
SET(CMAKE_SYSTEM_NAME Linux)
|
|
SET(CMAKE_SYSTEM_PROCESSOR "x86-64")
|
|
|
|
SET(CMAKE_C_COMPILER clang)
|
|
SET(CMAKE_CXX_COMPILER clang++)
|
|
SET(CMAKE_SKIP_RPATH TRUE)
|
|
|