We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ad85fef commit 6e2c0b1Copy full SHA for 6e2c0b1
1 file changed
google/cloud/testing_util/CMakeLists.txt
@@ -57,9 +57,9 @@ add_library(
57
timer.h)
58
target_link_libraries(
59
google_cloud_cpp_testing
60
- PUBLIC absl::symbolize absl::failure_signal_handler google-cloud-cpp::common
61
- GTest::gmock
62
- 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)
63
64
google_cloud_cpp_add_common_options(google_cloud_cpp_testing)
65
0 commit comments