forked from OSchip/llvm-project
25 lines
523 B
CMake
25 lines
523 B
CMake
add_lldb_library(lldbPluginAppleObjCRuntime PLUGIN
|
|
AppleObjCRuntime.cpp
|
|
AppleObjCRuntimeV1.cpp
|
|
AppleObjCRuntimeV2.cpp
|
|
AppleObjCTrampolineHandler.cpp
|
|
AppleObjCDeclVendor.cpp
|
|
AppleThreadPlanStepThroughObjCTrampoline.cpp
|
|
AppleObjCClassDescriptorV2.cpp
|
|
AppleObjCTypeEncodingParser.cpp
|
|
|
|
LINK_LIBS
|
|
clangAST
|
|
lldbBreakpoint
|
|
lldbCore
|
|
lldbExpression
|
|
lldbHost
|
|
lldbInterpreter
|
|
lldbSymbol
|
|
lldbTarget
|
|
lldbUtility
|
|
lldbPluginExpressionParserClang
|
|
LINK_COMPONENTS
|
|
Support
|
|
)
|