mirror of
https://github.com/zerotier/ZeroTierOne.git
synced 2025-08-02 23:12:51 +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()
|