28 lines · plain
1add_lldb_library(lldbPluginSymbolFileNativePDB2 CodeViewRegisterMapping.cpp3 CompileUnitIndex.cpp4 DWARFLocationExpression.cpp5 PdbAstBuilder.cpp6 PdbFPOProgramToDWARFExpression.cpp7 PdbIndex.cpp8 PdbSymUid.cpp9 PdbUtil.cpp10 SymbolFileNativePDB.cpp11 UdtRecordCompleter.cpp12 13 LINK_COMPONENTS14 DebugInfoCodeView15 DebugInfoPDB16 Support17 TargetParser18 LINK_LIBS19 lldbCore20 lldbSymbol21 lldbUtility22 lldbPluginTypeSystemClang23 lldbPluginObjectFilePDB24 CLANG_LIBS25 clangAST26 clangLex27 )28