CMakeLists.txt 268 B

1234567
  1. # Copyright The OpenTelemetry Authors
  2. # SPDX-License-Identifier: Apache-2.0
  3. add_executable(prometheus_example main.cc)
  4. target_link_libraries(
  5. prometheus_example PRIVATE opentelemetry-cpp::prometheus_exporter
  6. common_metrics_foo_library)