Skip to content
Snippets Groups Projects
Commit f47c063d authored by Ken Payson's avatar Ken Payson
Browse files

Restore interop_client_main

This target is used internally.
parent bd4439c4
No related branches found
No related tags found
No related merge requests found
...@@ -88,13 +88,22 @@ grpc_cc_library( ...@@ -88,13 +88,22 @@ grpc_cc_library(
], ],
) )
grpc_cc_binary( grpc_cc_library(
name = "interop_client", name = "interop_client_main",
srcs = [ srcs = [
"client.cc", "client.cc",
], ],
language = "C++",
deps = [ deps = [
":client_helper_lib", ":client_helper_lib",
],
)
grpc_cc_binary(
name = "interop_client",
language = "C++",
deps = [
":interop_client_main",
"//:grpc++", "//:grpc++",
], ],
) )
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment