forked from OSchip/llvm-project
26 lines
594 B
CMake
26 lines
594 B
CMake
add_llvm_library(LLVMDebugInfoDWARF
|
|
DWARFAbbreviationDeclaration.cpp
|
|
DWARFAcceleratorTable.cpp
|
|
DWARFCompileUnit.cpp
|
|
DWARFContext.cpp
|
|
DWARFDebugAbbrev.cpp
|
|
DWARFDebugArangeSet.cpp
|
|
DWARFDebugAranges.cpp
|
|
DWARFDebugFrame.cpp
|
|
DWARFDebugInfoEntry.cpp
|
|
DWARFDebugLine.cpp
|
|
DWARFDebugLoc.cpp
|
|
DWARFDebugMacro.cpp
|
|
DWARFDebugRangeList.cpp
|
|
DWARFFormValue.cpp
|
|
DWARFGdbIndex.cpp
|
|
DWARFTypeUnit.cpp
|
|
DWARFUnitIndex.cpp
|
|
DWARFUnit.cpp
|
|
SyntaxHighlighting.cpp
|
|
|
|
ADDITIONAL_HEADER_DIRS
|
|
${LLVM_MAIN_INCLUDE_DIR}/llvm/DebugInfo/DWARF
|
|
${LLVM_MAIN_INCLUDE_DIR}/llvm/DebugInfo
|
|
)
|