20 lines · plain
1add_llvm_component_library(LLVMDWARFLinker2 DWARFLinkerBase.cpp3 Utils.cpp4 5 ADDITIONAL_HEADER_DIRS6 ${LLVM_MAIN_INCLUDE_DIR}/llvm/DWARFLinker7 DEPENDS8 intrinsics_gen9 10 LINK_COMPONENTS11 BinaryFormat12 CodeGen13 DebugInfoDWARF14 Object15 Support16 )17 18add_subdirectory(Classic)19add_subdirectory(Parallel)20