mirror of
https://github.com/zerotier/ZeroTierOne.git
synced 2026-01-23 04:51:20 -08:00
15 lines
267 B
Text
15 lines
267 B
Text
# Copyright The OpenTelemetry Authors
|
|
# SPDX-License-Identifier: Apache-2.0
|
|
|
|
cc_binary(
|
|
name = "example_plugin.so",
|
|
srcs = [
|
|
"factory_impl.cc",
|
|
"tracer.cc",
|
|
"tracer.h",
|
|
],
|
|
linkshared = 1,
|
|
deps = [
|
|
"//api",
|
|
],
|
|
)
|