mirror of
https://github.com/zerotier/ZeroTierOne.git
synced 2025-08-03 15:32:50 +02:00
18 lines
367 B
Text
18 lines
367 B
Text
# Copyright The OpenTelemetry Authors
|
|
# SPDX-License-Identifier: Apache-2.0
|
|
|
|
cc_binary(
|
|
name = "example_simple",
|
|
srcs = [
|
|
"main.cc",
|
|
],
|
|
tags = [
|
|
"examples",
|
|
"ostream",
|
|
],
|
|
deps = [
|
|
"//api",
|
|
"//examples/common/foo_library:common_foo_library",
|
|
"//exporters/ostream:ostream_span_exporter",
|
|
],
|
|
)
|