13 lines · plain
1add_llvm_component_library(LLVMDemangle2 Demangle.cpp3 ItaniumDemangle.cpp4 MicrosoftDemangle.cpp5 MicrosoftDemangleNodes.cpp6 RustDemangle.cpp7 DLangDemangle.cpp8 9 ADDITIONAL_HEADER_DIRS10 "${LLVM_MAIN_INCLUDE_DIR}/llvm/Demangle"11 12)13