diff options
Diffstat (limited to 'source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/CMakeLists.txt')
-rw-r--r-- | source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/CMakeLists.txt | 24 |
1 files changed, 0 insertions, 24 deletions
diff --git a/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/CMakeLists.txt b/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/CMakeLists.txt deleted file mode 100644 index 18f3ae1c5b1e3..0000000000000 --- a/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/CMakeLists.txt +++ /dev/null @@ -1,24 +0,0 @@ -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 - ) |