summaryrefslogtreecommitdiffstats
path: root/lldb/source/Plugins/Process/mach-core/CMakeLists.txt
blob: e79cd82c92a6734940e831ece501a7fe19bf9ee5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
add_lldb_library(lldbPluginProcessMachCore PLUGIN
  ProcessMachCore.cpp
  ThreadMachCore.cpp

  LINK_LIBS
    lldbBreakpoint
    lldbCore
    lldbHost
    lldbSymbol
    lldbTarget
    lldbUtility
    lldbPluginDynamicLoaderDarwinKernel
    lldbPluginDynamicLoaderMacOSXDYLD
    lldbPluginObjectFileMachO
  LINK_COMPONENTS
    Support
  )
OpenPOWER on IntegriCloud