1add_lldb_library(lldbPluginSymbolFileNativePDB PLUGIN
2  CompileUnitIndex.cpp
3  PdbIndex.cpp
4  PdbUtil.cpp
5  SymbolFileNativePDB.cpp
6  UdtRecordCompleter.cpp
7
8  LINK_LIBS
9    clangAST
10    clangLex
11    lldbCore
12    lldbSymbol
13	  lldbUtility
14  LINK_COMPONENTS
15    DebugInfoCodeView
16    DebugInfoPDB
17    Support
18  )
19