mirror of
https://github.com/zerotier/ZeroTierOne.git
synced 2025-08-03 15:32:50 +02:00
18 lines
352 B
Text
18 lines
352 B
Text
# Copyright The OpenTelemetry Authors
|
|
# SPDX-License-Identifier: Apache-2.0
|
|
|
|
cc_binary(
|
|
name = "example_etw_threads",
|
|
srcs = [
|
|
"main.cc",
|
|
],
|
|
tags = [
|
|
"etw",
|
|
"examples",
|
|
],
|
|
target_compatible_with = ["@platforms//os:windows"],
|
|
deps = [
|
|
"//api",
|
|
"//exporters/etw:etw_exporter",
|
|
],
|
|
)
|