summaryrefslogtreecommitdiff
path: root/lib/DebugInfo/CodeView/CMakeLists.txt
diff options
context:
space:
mode:
Diffstat (limited to 'lib/DebugInfo/CodeView/CMakeLists.txt')
-rw-r--r--lib/DebugInfo/CodeView/CMakeLists.txt12
1 files changed, 12 insertions, 0 deletions
diff --git a/lib/DebugInfo/CodeView/CMakeLists.txt b/lib/DebugInfo/CodeView/CMakeLists.txt
new file mode 100644
index 0000000000000..cfa0e4d8b401a
--- /dev/null
+++ b/lib/DebugInfo/CodeView/CMakeLists.txt
@@ -0,0 +1,12 @@
+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
+ )