| 12345678910111213141516171819202122232425262728293031323334353637383940 |
- # Copyright The OpenTelemetry Authors
- # SPDX-License-Identifier: Apache-2.0
- [requires]
- zlib/1.3.1
- libcurl/8.12.1
- abseil/20240116.2
- protobuf/5.27.0
- grpc/1.67.1
- nlohmann_json/3.12.0
- prometheus-cpp/1.3.0
- opentracing-cpp/1.6.0
- [options]
- grpc/*:fPIC=True
- grpc/*:shared=False
- grpc/*:csharp_plugin=False
- grpc/*:node_plugin=False
- grpc/*:objective_c_plugin=False
- grpc/*:php_plugin=False
- grpc/*:python_plugin=False
- grpc/*:ruby_plugin=False
- protobuf/*:fPIC=True
- protobuf/*:shared=False
- abseil/*:fPIC=True
- abseil/*:shared=False
- opentracing-cpp/*:fPIC=True
- opentracing-cpp/*:shared=True
- pcre2/*:with_bzip2=False
- [test_requires]
- gtest/1.16.0
- benchmark/1.9.1
- [generators]
- CMakeToolchain
- CMakeDeps
- [layout]
- cmake_layout
|