• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1add_lldb_library(lldbPluginObjectFilePDB PLUGIN
2  ObjectFilePDB.cpp
3
4  LINK_LIBS
5    lldbCore
6    lldbSymbol
7    lldbUtility
8  LINK_COMPONENTS
9    Support
10  )
11