blob: d5f8a6f24eec7d51084ea0da4a2f6d3e577e6c07 [file] [log] [blame]
Zachary Turner82af9432015-01-30 18:07:45 +00001add_llvm_library(LLVMDebugInfoDWARF
Zachary Turner82af9432015-01-30 18:07:45 +00002 DWARFAbbreviationDeclaration.cpp
3 DWARFAcceleratorTable.cpp
4 DWARFCompileUnit.cpp
5 DWARFContext.cpp
6 DWARFDebugAbbrev.cpp
7 DWARFDebugArangeSet.cpp
8 DWARFDebugAranges.cpp
9 DWARFDebugFrame.cpp
10 DWARFDebugInfoEntry.cpp
11 DWARFDebugLine.cpp
12 DWARFDebugLoc.cpp
13 DWARFDebugRangeList.cpp
14 DWARFFormValue.cpp
15 DWARFTypeUnit.cpp
16 DWARFUnit.cpp
17 SyntaxHighlighting.cpp
Zachary Turner3bd47ce2015-02-11 03:28:02 +000018
19 ADDITIONAL_HEADER_DIRS
20 ${LLVM_MAIN_INCLUDE_DIR}/llvm/DebugInfo/DWARF
Zachary Turner6489d7b2015-04-23 17:37:47 +000021 ${LLVM_MAIN_INCLUDE_DIR}/llvm/DebugInfo
Zachary Turner82af9432015-01-30 18:07:45 +000022 )