ZeroTierOne/ext/opentelemetry-cpp-1.21.0/examples/plugin/load/BUILD
2025-07-11 10:37:21 -07:00

15 lines
232 B
Text

# Copyright The OpenTelemetry Authors
# SPDX-License-Identifier: Apache-2.0
cc_binary(
name = "load_plugin",
srcs = [
"main.cc",
],
linkopts = [
"-ldl",
],
deps = [
"//api",
],
)