Skip to content
This repository was archived by the owner on Dec 22, 2021. It is now read-only.

Commit 3e4f8c0

Browse files
authored
fix: fix dependencies for trace.proto (#35)
1 parent 1d32276 commit 3e4f8c0

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

CMakeLists.txt

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -227,7 +227,11 @@ googleapis_cpp_add_library("google/longrunning/operations.proto"
227227
api_annotations_protos rpc_status_protos)
228228

229229
googleapis_cpp_add_library("google/devtools/cloudtrace/v2/trace.proto"
230-
api_annotations_protos rpc_status_protos)
230+
api_annotations_protos
231+
api_client_protos
232+
api_field_behavior_protos
233+
api_resource_protos
234+
rpc_status_protos)
231235
googleapis_cpp_add_library("google/devtools/cloudtrace/v2/tracing.proto"
232236
devtools_cloudtrace_v2_trace_protos
233237
api_annotations_protos

0 commit comments

Comments
 (0)