Skip to content
This repository has been archived by the owner on Dec 8, 2021. It is now read-only.

fix: install google_cloud_cpp_testing_grpc headers #185

Merged
merged 1 commit into from
Feb 24, 2020
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions google/cloud/testing_util/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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})
Expand Down