forked from OSchip/llvm-project
25 lines
535 B
CMake
25 lines
535 B
CMake
add_llvm_library(LLVMDebugInfoCodeView
|
|
ByteStream.cpp
|
|
CodeViewError.cpp
|
|
EnumTables.cpp
|
|
FieldListRecordBuilder.cpp
|
|
Line.cpp
|
|
ListRecordBuilder.cpp
|
|
MemoryTypeTableBuilder.cpp
|
|
MethodListRecordBuilder.cpp
|
|
ModuleSubstream.cpp
|
|
ModuleSubstreamVisitor.cpp
|
|
RecordSerialization.cpp
|
|
StreamReader.cpp
|
|
StreamWriter.cpp
|
|
SymbolDumper.cpp
|
|
TypeDumper.cpp
|
|
TypeRecord.cpp
|
|
TypeRecordBuilder.cpp
|
|
TypeStreamMerger.cpp
|
|
TypeTableBuilder.cpp
|
|
|
|
ADDITIONAL_HEADER_DIRS
|
|
${LLVM_MAIN_INCLUDE_DIR}/llvm/DebugInfo/CodeView
|
|
)
|