1add_llvm_library(LLVMDebugInfoCodeView 2 CodeViewError.cpp 3 CodeViewRecordIO.cpp 4 CVSymbolVisitor.cpp 5 CVTypeDumper.cpp 6 CVTypeVisitor.cpp 7 EnumTables.cpp 8 Line.cpp 9 ModuleSubstream.cpp 10 ModuleSubstreamVisitor.cpp 11 RecordSerialization.cpp 12 SymbolRecordMapping.cpp 13 SymbolDumper.cpp 14 TypeDatabase.cpp 15 TypeDatabaseVisitor.cpp 16 TypeDumpVisitor.cpp 17 TypeRecord.cpp 18 TypeRecordMapping.cpp 19 TypeSerializer.cpp 20 TypeStreamMerger.cpp 21 22 ADDITIONAL_HEADER_DIRS 23 ${LLVM_MAIN_INCLUDE_DIR}/llvm/DebugInfo/CodeView 24 ) 25