From 6e057439e02861c31d395311d7794983562c9a1a Mon Sep 17 00:00:00 2001 From: Carlos O'Ryan Date: Sun, 23 Feb 2020 21:18:55 -0500 Subject: [PATCH] fix: install google_cloud_cpp_testing_grpc headers --- google/cloud/testing_util/CMakeLists.txt | 2 ++ 1 file changed, 2 insertions(+) diff --git a/google/cloud/testing_util/CMakeLists.txt b/google/cloud/testing_util/CMakeLists.txt index 4b1ecf2..ab9ae8b 100644 --- a/google/cloud/testing_util/CMakeLists.txt +++ b/google/cloud/testing_util/CMakeLists.txt @@ -129,6 +129,8 @@ if (BUILD_TESTING OR GOOGLE_CLOUD_CPP_TESTING_UTIL_ENABLE_INSTALL) google_cloud_cpp_install_headers(google_cloud_cpp_testing include/google/cloud/testing_util) + google_cloud_cpp_install_headers(google_cloud_cpp_testing_grpc + include/google/cloud/testing_util) # Setup global variables used in the following *.in files. set(GOOGLE_CLOUD_CPP_CONFIG_VERSION_MAJOR ${GOOGLE_CLOUD_CPP_VERSION_MAJOR})