mirror of
https://github.com/zerotier/ZeroTierOne.git
synced 2025-09-09 16:22:54 +02:00
15 lines
232 B
Text
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",
|
|
],
|
|
)
|