You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
15 lines
315 B
15 lines
315 B
7 months ago
|
cc_binary(
|
||
|
name = "protoc_gen_nos_client_cpp",
|
||
|
srcs = [
|
||
|
"main.cpp",
|
||
|
],
|
||
|
copts = [
|
||
|
"-std=c++11",
|
||
|
],
|
||
|
visibility = ["//visibility:public"],
|
||
|
deps = [
|
||
|
"//host/generic/nugget/proto:nugget_protobuf_options_cc_proto",
|
||
|
"@com_google_protobuf//:protoc_lib",
|
||
|
],
|
||
|
)
|