mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-27 14:28:59 +08:00
f7cd54fcd4
Co-authored-by: JackBoosY <yuzaiyang@beyondsoft.com> Co-authored-by: Huahua <ihuahua@live.com>
20 lines
304 B
Plaintext
20 lines
304 B
Plaintext
template("test") {
|
|
not_needed(invoker, "*")
|
|
not_needed("*")
|
|
}
|
|
|
|
set_defaults("test") {
|
|
configs = [
|
|
"//build/config/compiler:chromium_code"
|
|
]
|
|
}
|
|
|
|
template("fuzzer_test") {
|
|
not_needed(invoker, "*")
|
|
not_needed("*")
|
|
}
|
|
|
|
template("protoc_convert") {
|
|
not_needed(invoker, "*")
|
|
not_needed("*")
|
|
} |