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.
This commit is contained in:
Vincent Ambo 2020-02-26 15:27:22 +00:00
parent 4c0e565fe1
commit c905e4b69f
2 changed files with 50 additions and 1 deletions

View file

@ -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")