[llvm-exegesis][NFC] Fix typo
[llvm-complete.git] / lib / DebugInfo / CodeView / CMakeLists.txt
blobe1bdffd30ee799f4ff3e72b6f36aa986627130a8
1 add_llvm_library(LLVMDebugInfoCodeView
2   AppendingTypeTableBuilder.cpp
3   CodeViewError.cpp
4   CodeViewRecordIO.cpp
5   ContinuationRecordBuilder.cpp
6   CVSymbolVisitor.cpp
7   CVTypeVisitor.cpp
8   DebugChecksumsSubsection.cpp
9   DebugCrossExSubsection.cpp
10   DebugCrossImpSubsection.cpp
11   DebugFrameDataSubsection.cpp
12   DebugInlineeLinesSubsection.cpp
13   DebugLinesSubsection.cpp
14   DebugStringTableSubsection.cpp
15   DebugSubsection.cpp
16   DebugSubsectionRecord.cpp
17   DebugSubsectionVisitor.cpp
18   DebugSymbolRVASubsection.cpp
19   DebugSymbolsSubsection.cpp
20   EnumTables.cpp
21   Formatters.cpp
22   GlobalTypeTableBuilder.cpp
23   LazyRandomTypeCollection.cpp
24   Line.cpp
25   MergingTypeTableBuilder.cpp
26   RecordName.cpp
27   RecordSerialization.cpp
28   SimpleTypeSerializer.cpp
29   StringsAndChecksums.cpp
30   SymbolRecordMapping.cpp
31   SymbolDumper.cpp
32   SymbolSerializer.cpp
33   TypeDumpVisitor.cpp
34   TypeIndex.cpp
35   TypeIndexDiscovery.cpp
36   TypeHashing.cpp
37   TypeRecordHelpers.cpp
38   TypeRecordMapping.cpp
39   TypeStreamMerger.cpp
40   TypeTableCollection.cpp
42   ADDITIONAL_HEADER_DIRS
43   ${LLVM_MAIN_INCLUDE_DIR}/llvm/DebugInfo/CodeView
44   )