diff options
author | Carlos O'Ryan <coryan@users.noreply.github.com> | 2020-02-18T01·17-0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-02-18T01·17-0500 |
commit | 3e4f8c025e7618abee90ae35e64f6577e96c1c2c (patch) | |
tree | fa5b11f33fa292c8608c94d74e770d51a25c2048 | |
parent | 1d322760ae4c270dfba6e4ca3203395e89f30b66 (diff) |
fix: fix dependencies for trace.proto (#35)
-rw-r--r-- | CMakeLists.txt | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index fe830599b9eb..0667b7756c5c 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -227,7 +227,11 @@ googleapis_cpp_add_library("google/longrunning/operations.proto" api_annotations_protos rpc_status_protos) googleapis_cpp_add_library("google/devtools/cloudtrace/v2/trace.proto" - api_annotations_protos rpc_status_protos) + api_annotations_protos + api_client_protos + api_field_behavior_protos + api_resource_protos + rpc_status_protos) googleapis_cpp_add_library("google/devtools/cloudtrace/v2/tracing.proto" devtools_cloudtrace_v2_trace_protos api_annotations_protos |