[OpenACC] Implement 'device_type' for 'data' construct
[llvm-project.git] / lldb / source / Plugins / LanguageRuntime / ObjC / AppleObjCRuntime / CMakeLists.txt
blob53320d3da4cfb3d5e82e4cc0195961cae5f1d8f1
1 add_lldb_library(lldbPluginAppleObjCRuntime PLUGIN
2   AppleObjCRuntime.cpp
3   AppleObjCRuntimeV1.cpp
4   AppleObjCRuntimeV2.cpp
5   AppleObjCTrampolineHandler.cpp
6   AppleObjCDeclVendor.cpp
7   AppleThreadPlanStepThroughObjCTrampoline.cpp
8   AppleObjCClassDescriptorV2.cpp
9   AppleObjCTypeEncodingParser.cpp
11   LINK_LIBS
12     lldbBreakpoint
13     lldbCore
14     lldbExpression
15     lldbHost
16     lldbInterpreter
17     lldbSymbol
18     lldbTarget
19     lldbUtility
20     lldbValueObject
21     lldbPluginExpressionParserClang
22     lldbPluginCPPRuntime
23     lldbPluginTypeSystemClang
24   CLANG_LIBS
25     clangAST
26   LINK_COMPONENTS
27     Support
28   )