11 lines
191 B
Plaintext
11 lines
191 B
Plaintext
|
static_library("Demangle") {
|
||
|
output_name = "LLVMDemangle"
|
||
|
|
||
|
sources = [
|
||
|
"Demangle.cpp",
|
||
|
"ItaniumDemangle.cpp",
|
||
|
"MicrosoftDemangle.cpp",
|
||
|
"MicrosoftDemangleNodes.cpp",
|
||
|
]
|
||
|
}
|