forked from OSchip/llvm-project
25 lines
526 B
CMake
25 lines
526 B
CMake
add_llvm_library(LLVMDebugInfoCodeView
|
|
CodeViewError.cpp
|
|
CodeViewRecordIO.cpp
|
|
CVSymbolVisitor.cpp
|
|
CVTypeDumper.cpp
|
|
CVTypeVisitor.cpp
|
|
EnumTables.cpp
|
|
Line.cpp
|
|
ModuleSubstream.cpp
|
|
ModuleSubstreamVisitor.cpp
|
|
RecordSerialization.cpp
|
|
SymbolRecordMapping.cpp
|
|
SymbolDumper.cpp
|
|
TypeDatabase.cpp
|
|
TypeDatabaseVisitor.cpp
|
|
TypeDumpVisitor.cpp
|
|
TypeRecord.cpp
|
|
TypeRecordMapping.cpp
|
|
TypeSerializer.cpp
|
|
TypeStreamMerger.cpp
|
|
|
|
ADDITIONAL_HEADER_DIRS
|
|
${LLVM_MAIN_INCLUDE_DIR}/llvm/DebugInfo/CodeView
|
|
)
|