]> git.proxmox.com Git - ceph.git/blame - ceph/src/jaegertracing/opentelemetry-cpp/exporters/CMakeLists.txt
update ceph source to reef 18.1.2
[ceph.git] / ceph / src / jaegertracing / opentelemetry-cpp / exporters / CMakeLists.txt
CommitLineData
1e59de90
TL
1# Copyright 2021, OpenTelemetry Authors
2#
3# Licensed under the Apache License, Version 2.0 (the "License");
4# you may not use this file except in compliance with the License.
5# You may obtain a copy of the License at
6#
7# http://www.apache.org/licenses/LICENSE-2.0
8#
9# Unless required by applicable law or agreed to in writing, software
10# distributed under the License is distributed on an "AS IS" BASIS,
11# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
12# See the License for the specific language governing permissions and
13# limitations under the License.
14
15if(WITH_OTLP)
16 add_subdirectory(otlp)
17endif()
18
19add_subdirectory(ostream)
20add_subdirectory(memory)
21
22if(WITH_PROMETHEUS)
23 add_subdirectory(prometheus)
24endif()
25
26if(WITH_ZIPKIN)
27 add_subdirectory(zipkin)
28endif()
29
30if(WITH_ELASTICSEARCH AND WITH_LOGS_PREVIEW)
31 add_subdirectory(elasticsearch)
32endif()
33
34if(WITH_ETW)
35 add_subdirectory(etw)
36endif()
37
38if(WITH_JAEGER)
39 add_subdirectory(jaeger)
40endif()