mirror of
https://github.com/zerotier/ZeroTierOne.git
synced 2025-09-06 06:42:54 +02:00
6 lines
129 B
CMake
6 lines
129 B
CMake
# Copyright The OpenTelemetry Authors
|
|
# SPDX-License-Identifier: Apache-2.0
|
|
|
|
if(WITH_OTLP_HTTP)
|
|
add_subdirectory(otlp)
|
|
endif()
|