Skip to content
Snippets Groups Projects
Commit 4ff3805d authored by kpayson64's avatar kpayson64 Committed by GitHub
Browse files

Merge pull request #11813 from kpayson64/restore_target

Restore interop_client_main
parents ea8f591b f47c063d
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