xref: /llvm-project/llvm/lib/DWARFLinker/CMakeLists.txt (revision 9ff4be640fb1b3a64a8bc73020d67816f1c09ea0)
1add_llvm_component_library(LLVMDWARFLinker
2  DWARFLinkerBase.cpp
3  Utils.cpp
4
5  ADDITIONAL_HEADER_DIRS
6  ${LLVM_MAIN_INCLUDE_DIR}/llvm/DWARFLinker
7  DEPENDS
8  intrinsics_gen
9
10  LINK_COMPONENTS
11  BinaryFormat
12  CodeGen
13  DebugInfoDWARF
14  Object
15  Support
16  )
17
18add_subdirectory(Classic)
19add_subdirectory(Parallel)
20