Index: tools/debugserver/CMakeLists.txt =================================================================== --- tools/debugserver/CMakeLists.txt +++ tools/debugserver/CMakeLists.txt @@ -15,6 +15,11 @@ set(LLDB_SOURCE_DIR "${CMAKE_SOURCE_DIR}/../../") include_directories(${LLDB_SOURCE_DIR}/include) + # lldb-suite is a dummy target that encompasses all the necessary tools and + # libraries for building a fully-functioning liblldb. + add_custom_target(lldb-suite) + set(LLDB_SUITE_TARGET lldb-suite) + option(LLDB_USE_ENTITLEMENTS "When code signing, use entitlements if available" ON) set(LLDB_CODESIGN_IDENTITY lldb_codesign CACHE STRING "Identity for code signing debugserver (Darwin only)")