mirror of
https://github.com/ddnet/ddnet.git
synced 2024-11-13 03:28:19 +00:00
10 lines
277 B
Plaintext
10 lines
277 B
Plaintext
|
set(CMAKE_SYSTEM_NAME Darwin)
|
||
|
|
||
|
set(CMAKE_C_COMPILER o64-clang)
|
||
|
set(CMAKE_CXX_COMPILER o64-clang++)
|
||
|
|
||
|
set(CMAKE_FIND_ROOT_PATH_MODE_PROGRAM NEVER)
|
||
|
set(CMAKE_FIND_ROOT_PATH_MODE_LIBRARY ONLY)
|
||
|
set(CMAKE_FIND_ROOT_PATH_MODE_INCLUDE ONLY)
|
||
|
set(CMAKE_FIND_ROOT_PATH_MODE_PACKAGE ONLY)
|