mirror of
https://github.com/ddnet/ddnet.git
synced 2024-11-10 01:58:19 +00:00
2593091380
Currently they only contain the client and the archives are a lot larger than the current release artifacts.
11 lines
346 B
Plaintext
11 lines
346 B
Plaintext
set(CMAKE_SYSTEM_NAME Darwin)
|
|
|
|
set(CMAKE_C_COMPILER o64-clang)
|
|
set(CMAKE_CXX_COMPILER o64-clang++)
|
|
set(CMAKE_INSTALL_NAME_TOOL x86_64-apple-darwin15-install_name_tool)
|
|
|
|
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)
|