diff options
author | Vincent Ambo <tazjin@google.com> | 2020-02-26T15·27+0000 |
---|---|---|
committer | Vincent Ambo <tazjin@google.com> | 2020-02-26T15·27+0000 |
commit | c905e4b69f304789e36f3b48d00500f415e6f4db (patch) | |
tree | 3f7a8994c7e2d965ba818da63de83110998d099c /third_party/cpp/googleapis/cmake | |
parent | 4c0e565fe164eee2efbb0368af6a3c6c362bd22b (diff) |
fix(3p/cpp/googleapis): Add protos for Stackdriver Logging r/585
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.
Diffstat (limited to 'third_party/cpp/googleapis/cmake')
-rw-r--r-- | third_party/cpp/googleapis/cmake/config.cmake.in | 1 |
1 files changed, 1 insertions, 0 deletions
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") |