Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions google/cloud/testing_util/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -57,9 +57,9 @@ add_library(
timer.h)
target_link_libraries(
google_cloud_cpp_testing
PUBLIC absl::symbolize absl::failure_signal_handler google-cloud-cpp::common
GTest::gmock
PRIVATE opentelemetry-cpp::in_memory_span_exporter opentelemetry-cpp::trace)
PUBLIC absl::symbolize absl::failure_signal_handler
google-cloud-cpp::common GTest::gmock
opentelemetry-cpp::in_memory_span_exporter opentelemetry-cpp::trace)

google_cloud_cpp_add_common_options(google_cloud_cpp_testing)

Expand Down
Loading