31 lines
701 B
CMake
31 lines
701 B
CMake
|
add_llvm_library(LLVMDebugInfoDWARF
|
||
|
DWARFAbbreviationDeclaration.cpp
|
||
|
DWARFAcceleratorTable.cpp
|
||
|
DWARFCompileUnit.cpp
|
||
|
DWARFContext.cpp
|
||
|
DWARFDataExtractor.cpp
|
||
|
DWARFDebugAbbrev.cpp
|
||
|
DWARFDebugArangeSet.cpp
|
||
|
DWARFDebugAranges.cpp
|
||
|
DWARFDebugFrame.cpp
|
||
|
DWARFDebugInfoEntry.cpp
|
||
|
DWARFDebugLine.cpp
|
||
|
DWARFDebugLoc.cpp
|
||
|
DWARFDebugMacro.cpp
|
||
|
DWARFDebugPubTable.cpp
|
||
|
DWARFDebugRangeList.cpp
|
||
|
DWARFDie.cpp
|
||
|
DWARFExpression.cpp
|
||
|
DWARFFormValue.cpp
|
||
|
DWARFGdbIndex.cpp
|
||
|
DWARFTypeUnit.cpp
|
||
|
DWARFUnitIndex.cpp
|
||
|
DWARFUnit.cpp
|
||
|
DWARFVerifier.cpp
|
||
|
SyntaxHighlighting.cpp
|
||
|
|
||
|
ADDITIONAL_HEADER_DIRS
|
||
|
${LLVM_MAIN_INCLUDE_DIR}/llvm/DebugInfo/DWARF
|
||
|
${LLVM_MAIN_INCLUDE_DIR}/llvm/DebugInfo
|
||
|
)
|