mirror of
https://github.com/zerotier/ZeroTierOne.git
synced 2025-08-03 15:32:50 +02:00
10 lines
288 B
CMake
10 lines
288 B
CMake
# Copyright The OpenTelemetry Authors
|
|
# SPDX-License-Identifier: Apache-2.0
|
|
|
|
project(etw_threadpool)
|
|
|
|
add_executable(etw_threadpool main.cc)
|
|
|
|
target_link_libraries(
|
|
etw_threadpool PRIVATE Threads::Threads opentelemetry-cpp::api
|
|
opentelemetry-cpp::etw_exporter)
|