• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1add_lldb_library(lldbPluginObjectFileMachO PLUGIN
2  ObjectFileMachO.cpp
3
4  LINK_LIBS
5    lldbCore
6    lldbHost
7    lldbSymbol
8    lldbTarget
9    lldbUtility
10    lldbPluginProcessUtility
11  LINK_COMPONENTS
12    Support
13  )
14