We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0cba6ec commit 657e384Copy full SHA for 657e384
google/cloud/testing_util/CMakeLists.txt
@@ -57,10 +57,9 @@ add_library(
57
timer.h)
58
target_link_libraries(
59
google_cloud_cpp_testing
60
- PUBLIC absl::symbolize absl::failure_signal_handler
61
- google-cloud-cpp::common GTest::gmock
62
- PRIVATE opentelemetry-cpp::in_memory_span_exporter
63
- opentelemetry-cpp::trace)
+ PUBLIC absl::symbolize absl::failure_signal_handler google-cloud-cpp::common
+ GTest::gmock
+ PRIVATE opentelemetry-cpp::in_memory_span_exporter opentelemetry-cpp::trace)
64
65
google_cloud_cpp_add_common_options(google_cloud_cpp_testing)
66
0 commit comments