From 0390b29e15e79acd1e84c511d5c20d8e20ee2eb6 Mon Sep 17 00:00:00 2001 From: Yash Tibrewal Date: Tue, 30 Oct 2018 02:09:11 -0700 Subject: Register global interceptors functionality --- CMakeLists.txt | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'CMakeLists.txt') diff --git a/CMakeLists.txt b/CMakeLists.txt index 3b41ec6c6e..6e8ffbaae3 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -2895,6 +2895,7 @@ add_library(grpc++ third_party/nanopb/pb_common.c third_party/nanopb/pb_decode.c third_party/nanopb/pb_encode.c + src/cpp/codegen/client_interceptor.cc src/cpp/codegen/codegen_init.cc ) @@ -3264,6 +3265,7 @@ add_library(grpc++_cronet third_party/nanopb/pb_common.c third_party/nanopb/pb_decode.c third_party/nanopb/pb_encode.c + src/cpp/codegen/client_interceptor.cc src/cpp/codegen/codegen_init.cc src/core/ext/transport/chttp2/client/insecure/channel_create.cc src/core/ext/transport/chttp2/client/insecure/channel_create_posix.cc @@ -4015,6 +4017,7 @@ add_library(grpc++_test_util test/cpp/util/string_ref_helper.cc test/cpp/util/subprocess.cc test/cpp/util/test_credentials_provider.cc + src/cpp/codegen/client_interceptor.cc src/cpp/codegen/codegen_init.cc ) @@ -4204,6 +4207,7 @@ add_library(grpc++_test_util_unsecure test/cpp/util/byte_buffer_proto_helper.cc test/cpp/util/string_ref_helper.cc test/cpp/util/subprocess.cc + src/cpp/codegen/client_interceptor.cc src/cpp/codegen/codegen_init.cc ) @@ -4406,6 +4410,7 @@ add_library(grpc++_unsecure third_party/nanopb/pb_common.c third_party/nanopb/pb_decode.c third_party/nanopb/pb_encode.c + src/cpp/codegen/client_interceptor.cc src/cpp/codegen/codegen_init.cc ) @@ -12631,6 +12636,7 @@ add_executable(codegen_test_minimal ${_gRPC_PROTO_GENS_DIR}/src/proto/grpc/testing/stats.pb.h ${_gRPC_PROTO_GENS_DIR}/src/proto/grpc/testing/stats.grpc.pb.h test/cpp/codegen/codegen_test_minimal.cc + src/cpp/codegen/client_interceptor.cc src/cpp/codegen/codegen_init.cc third_party/googletest/googletest/src/gtest-all.cc third_party/googletest/googlemock/src/gmock-all.cc -- cgit v1.2.3