Skip to content
This repository was archived by the owner on Jul 31, 2023. It is now read-only.

Commit 9d2014b

Browse files
authored
Add CMake lib and test for trace_grpc_trace_bin. (#270)
This is a followup to #269.
1 parent 33f3826 commit 9d2014b

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

opencensus/trace/CMakeLists.txt

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -65,6 +65,15 @@ opencensus_lib(trace_context_util
6565
trace
6666
context)
6767

68+
opencensus_lib(trace_grpc_trace_bin
69+
PUBLIC
70+
SRCS
71+
internal/grpc_trace_bin.cc
72+
DEPS
73+
trace_span_context
74+
absl::base
75+
absl::strings)
76+
6877
opencensus_lib(trace_span_context
6978
PUBLIC
7079
SRCS
@@ -114,6 +123,9 @@ opencensus_test(trace_context_util_test
114123
trace_with_span
115124
context)
116125

126+
opencensus_test(trace_grpc_trace_bin_test internal/grpc_trace_bin_test.cc
127+
trace_grpc_trace_bin)
128+
117129
opencensus_test(trace_link_test internal/link_test.cc trace)
118130

119131
opencensus_test(trace_local_span_store_test

0 commit comments

Comments
 (0)