about summary refs log tree commit diff
path: root/third_party/cpp/googleapis/cmake/config.cmake.in
diff options
context:
space:
mode:
authorVincent Ambo <tazjin@google.com>2020-02-26T15·27+0000
committerVincent Ambo <tazjin@google.com>2020-02-26T15·27+0000
commitc905e4b69f304789e36f3b48d00500f415e6f4db (patch)
tree3f7a8994c7e2d965ba818da63de83110998d099c /third_party/cpp/googleapis/cmake/config.cmake.in
parent4c0e565fe164eee2efbb0368af6a3c6c362bd22b (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 '')
-rw-r--r--third_party/cpp/googleapis/cmake/config.cmake.in1
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 02169ef85c..25b324050c 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")