mirror of
https://github.com/RPCS3/llvm.git
synced 2025-05-17 02:46:00 +00:00

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@256387 91177308-0d34-0410-b5e6-96231b3b80d8
13 lines
290 B
CMake
13 lines
290 B
CMake
add_llvm_library(LLVMDebugInfoCodeView
|
|
FieldListRecordBuilder.cpp
|
|
Line.cpp
|
|
ListRecordBuilder.cpp
|
|
MemoryTypeTableBuilder.cpp
|
|
MethodListRecordBuilder.cpp
|
|
TypeRecordBuilder.cpp
|
|
TypeTableBuilder.cpp
|
|
|
|
ADDITIONAL_HEADER_DIRS
|
|
${LLVM_MAIN_INCLUDE_DIR}/llvm/DebugInfo/CodeView
|
|
)
|