kse-01/tensorflow/third_party/ngraph/nlohmann_json.BUILD

16 lines
303 B
Plaintext
Raw Normal View History

2023-10-09 11:37:31 +00:00
licenses(["notice"]) # 3-Clause BSD
exports_files(["LICENSE.MIT"])
cc_library(
name = "nlohmann_json_lib",
hdrs = glob([
"include/nlohmann/**/*.hpp",
]),
copts = [
"-I external/nlohmann_json_lib",
],
visibility = ["//visibility:public"],
alwayslink = 1,
)