diff options
Diffstat (limited to 'lib/DebugInfo/CMakeLists.txt')
-rw-r--r-- | lib/DebugInfo/CMakeLists.txt | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/lib/DebugInfo/CMakeLists.txt b/lib/DebugInfo/CMakeLists.txt new file mode 100644 index 0000000..fdffcb6 --- /dev/null +++ b/lib/DebugInfo/CMakeLists.txt @@ -0,0 +1,16 @@ +add_llvm_library(LLVMDebugInfo + DIContext.cpp + DWARFAbbreviationDeclaration.cpp + DWARFCompileUnit.cpp + DWARFContext.cpp + DWARFDebugAbbrev.cpp + DWARFDebugArangeSet.cpp + DWARFDebugAranges.cpp + DWARFDebugInfoEntry.cpp + DWARFDebugLine.cpp + DWARFFormValue.cpp + ) + +add_llvm_library_dependencies(LLVMDebugInfo + LLVMSupport + ) |