From 876008493b9b48d9c70464d68460e4540d35441b Mon Sep 17 00:00:00 2001 From: ncteisen Date: Thu, 19 Jan 2017 15:40:00 -0800 Subject: [PATCH] Regenerate project --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index c5a1927c92e..4fee13da043 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -9080,10 +9080,10 @@ add_executable(stress_test src/proto/grpc/testing/messages.proto src/proto/grpc/testing/metrics.proto src/proto/grpc/testing/test.proto - test/cpp/interop/client_helper.cc test/cpp/interop/interop_client.cc test/cpp/interop/stress_interop_client.cc test/cpp/interop/stress_test.cc + test/cpp/util/create_test_channel.cc test/cpp/util/metrics_server.cc third_party/googletest/src/gtest-all.cc )