mirror of
https://github.com/zerotier/ZeroTierOne.git
synced 2025-08-02 23:12:51 +02:00
17 lines
325 B
Text
17 lines
325 B
Text
# Copyright The OpenTelemetry Authors
|
|
# SPDX-License-Identifier: Apache-2.0
|
|
|
|
licenses(["notice"]) # 3-Clause BSD
|
|
|
|
exports_files(["LICENSE.MIT"])
|
|
|
|
cc_library(
|
|
name = "json",
|
|
hdrs = glob([
|
|
"include/**/*.hpp",
|
|
]),
|
|
includes = ["include"],
|
|
visibility = ["//visibility:public"],
|
|
alwayslink = 1,
|
|
)
|
|
|