mirror of
https://github.com/vale981/ray
synced 2025-03-05 10:01:43 -05:00
9 lines
200 B
Text
9 lines
200 B
Text
cc_library(
|
|
name = "nlohmann_json",
|
|
hdrs = glob([
|
|
"single_include/**/*.hpp",
|
|
]),
|
|
includes = ["single_include"],
|
|
visibility = ["//visibility:public"],
|
|
alwayslink = 1,
|
|
)
|