brintos

brintos / llvm-project-archived public Read only

0
0
Text · 241 B · eb7d212 Raw
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