mirror of
https://github.com/zerotier/ZeroTierOne.git
synced 2025-08-02 23:12:51 +02:00
10 lines
243 B
Text
10 lines
243 B
Text
# Copyright The OpenTelemetry Authors
|
|
# SPDX-License-Identifier: Apache-2.0
|
|
|
|
package(default_visibility = ["//visibility:public"])
|
|
|
|
cc_library(
|
|
name = "headers",
|
|
hdrs = glob(["include/**/*.h"]),
|
|
strip_include_prefix = "include",
|
|
)
|