[LLVM][Alignment] Introduce Alignment In Attributes
[llvm-core.git] / lib / DebugInfo / DWARF / CMakeLists.txt
blobb4770e561f713efc504580d431e4ba2587b88e1c
1 add_llvm_library(LLVMDebugInfoDWARF
2   DWARFAbbreviationDeclaration.cpp
3   DWARFAddressRange.cpp
4   DWARFAcceleratorTable.cpp
5   DWARFCompileUnit.cpp
6   DWARFContext.cpp
7   DWARFDataExtractor.cpp
8   DWARFDebugAbbrev.cpp
9   DWARFDebugAddr.cpp
10   DWARFDebugArangeSet.cpp
11   DWARFDebugAranges.cpp
12   DWARFDebugFrame.cpp
13   DWARFDebugInfoEntry.cpp
14   DWARFDebugLine.cpp
15   DWARFDebugLoc.cpp
16   DWARFDebugMacro.cpp
17   DWARFDebugPubTable.cpp
18   DWARFDebugRangeList.cpp
19   DWARFDebugRnglists.cpp
20   DWARFDie.cpp
21   DWARFExpression.cpp
22   DWARFFormValue.cpp
23   DWARFGdbIndex.cpp
24   DWARFListTable.cpp
25   DWARFTypeUnit.cpp
26   DWARFUnitIndex.cpp
27   DWARFUnit.cpp
28   DWARFVerifier.cpp
30   ADDITIONAL_HEADER_DIRS
31   ${LLVM_MAIN_INCLUDE_DIR}/llvm/DebugInfo/DWARF
32   ${LLVM_MAIN_INCLUDE_DIR}/llvm/DebugInfo
33   )