From c905e4b69f304789e36f3b48d00500f415e6f4db Mon Sep 17 00:00:00 2001 From: Vincent Ambo Date: Wed, 26 Feb 2020 15:27:22 +0000 Subject: fix(3p/cpp/googleapis): Add protos for Stackdriver Logging Adds the proto definitions required for the Stackdriver Logging API. This compiles, but I'm unsure whether it's actually correct because there seems to be a lot of copy & paste in the build setup. --- third_party/cpp/googleapis/cmake/config.cmake.in | 1 + 1 file changed, 1 insertion(+) (limited to 'third_party/cpp/googleapis/cmake/config.cmake.in') diff --git a/third_party/cpp/googleapis/cmake/config.cmake.in b/third_party/cpp/googleapis/cmake/config.cmake.in index 02169ef85c14..25b324050c83 100644 --- a/third_party/cpp/googleapis/cmake/config.cmake.in +++ b/third_party/cpp/googleapis/cmake/config.cmake.in @@ -39,6 +39,7 @@ foreach (_target rpc_status spanner storage + logging type_expr) set(scoped_name "googleapis-c++::${_target}_protos") set(imported_name "googleapis_cpp_${_target}_protos") -- cgit 1.4.1