xref: /llvm-project/lldb/source/Plugins/ObjectFile/Breakpad/CMakeLists.txt (revision f09cf34d00625e57dea5317a3ac0412c07292148)
11f6b2477SPavel Labathadd_lldb_library(lldbPluginObjectFileBreakpad PLUGIN
22cf5486cSPavel Labath  BreakpadRecords.cpp
31f6b2477SPavel Labath  ObjectFileBreakpad.cpp
41f6b2477SPavel Labath
51f6b2477SPavel Labath  LINK_LIBS
61f6b2477SPavel Labath    lldbCore
71f6b2477SPavel Labath    lldbHost
81f6b2477SPavel Labath    lldbSymbol
91f6b2477SPavel Labath    lldbUtility
101f6b2477SPavel Labath  LINK_COMPONENTS
111f6b2477SPavel Labath    Support
12*f09cf34dSArchibald Elliott    TargetParser
131f6b2477SPavel Labath  )
14