summaryrefslogtreecommitdiff
path: root/lldb/source/Plugins/SystemRuntime/MacOSX/CMakeLists.txt
blob: c0f0f7ca40e2d2163c27a37d080b1d3fe2871e6f (plain)
1
2
3
4
5
6
7
8
9
10
# We depend on AppleThreadPlanStepThroughObjCTrampoline.h
include_directories(../../LanguageRuntime/ObjC/AppleObjCRuntime)

add_lldb_library(lldbPluginSystemRuntimeMacOSX
  AppleGetItemInfoHandler.cpp
  AppleGetPendingItemsHandler.cpp
  AppleGetQueuesHandler.cpp
  AppleGetThreadItemInfoHandler.cpp
  SystemRuntimeMacOSX.cpp
  )