TheBrokenRail
35e1157df9
Some checks failed
ScriptCraft/pipeline/head There was a failure building this commit
10 lines
254 B
CMake
10 lines
254 B
CMake
set(CMAKE_SYSTEM_NAME Linux)
|
|
set(CMAKE_SYSTEM_PROCESSOR x86_64)
|
|
|
|
if(NOT CMAKE_SYSTEM_PROCESSOR STREQUAL CMAKE_HOST_SYSTEM_PROCESSOR)
|
|
message(FATAL_ERROR "Host System is not x86_64")
|
|
endif()
|
|
|
|
set(CMAKE_C_COMPILER clang)
|
|
|
|
add_link_options(-fuse-ld=lld) |