aboutsummaryrefslogtreecommitdiff
path: root/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/CMakeLists.txt
blob: 13fde3d181fa21a707e67f2c655ec434efbcc12b (plain) (blame)
1
2
3
4
5
6
7
8
9
10
add_lldb_library(lldbPluginAppleObjCRuntime
  AppleObjCRuntime.cpp
  AppleObjCRuntimeV1.cpp
  AppleObjCRuntimeV2.cpp
  AppleObjCTrampolineHandler.cpp
  AppleObjCDeclVendor.cpp
  AppleThreadPlanStepThroughObjCTrampoline.cpp
  AppleObjCClassDescriptorV2.cpp
  AppleObjCTypeEncodingParser.cpp
  )