7 lines
185 B
Plaintext
7 lines
185 B
Plaintext
|
static_library("Testing") {
|
||
|
output_name = "clangTesting"
|
||
|
configs += [ "//llvm/utils/gn/build:clang_code" ]
|
||
|
deps = [ "//llvm/lib/Support" ]
|
||
|
sources = [ "CommandLineArgs.cpp" ]
|
||
|
}
|