[CMake] Enable OS_LOG support on Darwin

This gets CMake to match the Xcode project build

llvm-svn: 309393
This commit is contained in:
Chris Bieneman 2017-07-28 15:39:50 +00:00
parent 6bcc4b96b3
commit e142631443
1 changed files with 4 additions and 0 deletions

View File

@ -24,6 +24,10 @@ if (LLDB_DISABLE_LIBEDIT)
add_definitions( -DLLDB_DISABLE_LIBEDIT )
endif()
if(APPLE)
add_definitions(-DLLDB_USE_OS_LOG)
endif()
# add_subdirectory(include)
add_subdirectory(docs)
if (NOT LLDB_DISABLE_PYTHON)