llvm/lldb/source/Plugins/SystemRuntime/MacOSX/CMakeLists.txt

add_lldb_library(lldbPluginSystemRuntimeMacOSX PLUGIN
  AppleGetItemInfoHandler.cpp
  AppleGetPendingItemsHandler.cpp
  AppleGetQueuesHandler.cpp
  AppleGetThreadItemInfoHandler.cpp
  SystemRuntimeMacOSX.cpp
  AbortWithPayloadFrameRecognizer.cpp

  LINK_LIBS
    lldbBreakpoint
    lldbCore
    lldbExpression
    lldbHost
    lldbSymbol
    lldbTarget
    lldbUtility
    lldbPluginProcessUtility
    lldbPluginTypeSystemClang
  )