1static_library("Demangle") { 2 output_name = "LLVMDemangle" 3 4 sources = [ 5 "DLangDemangle.cpp", 6 "Demangle.cpp", 7 "ItaniumDemangle.cpp", 8 "MicrosoftDemangle.cpp", 9 "MicrosoftDemangleNodes.cpp", 10 "RustDemangle.cpp", 11 ] 12} 13
1static_library("Demangle") { 2 output_name = "LLVMDemangle" 3 4 sources = [ 5 "DLangDemangle.cpp", 6 "Demangle.cpp", 7 "ItaniumDemangle.cpp", 8 "MicrosoftDemangle.cpp", 9 "MicrosoftDemangleNodes.cpp", 10 "RustDemangle.cpp", 11 ] 12} 13