11 lines
182 B
Plaintext
11 lines
182 B
Plaintext
static_library("Option") {
|
|
output_name = "LLVMOption"
|
|
deps = [ "//llvm/lib/Support" ]
|
|
sources = [
|
|
"Arg.cpp",
|
|
"ArgList.cpp",
|
|
"OptTable.cpp",
|
|
"Option.cpp",
|
|
]
|
|
}
|