You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
15 lines
512 B
15 lines
512 B
include(${CMAKE_CURRENT_LIST_DIR}/Apple-lldb-base.cmake)
|
|
|
|
set(CMAKE_GENERATOR Xcode CACHE STRING "")
|
|
set(CMAKE_OSX_DEPLOYMENT_TARGET 10.12 CACHE STRING "")
|
|
set(CMAKE_XCODE_GENERATE_SCHEME ON CACHE BOOL "")
|
|
|
|
set(LLDB_BUILD_FRAMEWORK ON CACHE BOOL "")
|
|
|
|
# Apparently, module-enabled builds clash with Xcode's analysis.
|
|
set(LLVM_ENABLE_MODULES OFF CACHE BOOL "" FORCE)
|
|
|
|
# Print a warning with instructions, if we
|
|
# build with Xcode and didn't use this cache.
|
|
set(LLDB_EXPLICIT_XCODE_CACHE_USED ON CACHE INTERNAL "")
|