forked from OSchip/llvm-project
11 lines
329 B
CMake
11 lines
329 B
CMake
# We depend on AppleThreadPlanStepThroughObjCTrampoline.h
|
|
include_directories(../../LanguageRuntime/ObjC/AppleObjCRuntime)
|
|
|
|
add_lldb_library(lldbPluginSystemRuntimeMacOSX
|
|
AppleGetItemInfoHandler.cpp
|
|
AppleGetPendingItemsHandler.cpp
|
|
AppleGetQueuesHandler.cpp
|
|
AppleGetThreadItemInfoHandler.cpp
|
|
SystemRuntimeMacOSX.cpp
|
|
)
|