mirror of
https://github.com/vale981/ray
synced 2025-03-06 02:21:39 -05:00
9 lines
186 B
Text
9 lines
186 B
Text
cc_library(
|
|
name = "nlohmann_json",
|
|
hdrs = glob([
|
|
"include/**/*.hpp",
|
|
]),
|
|
includes = ["include"],
|
|
visibility = ["//visibility:public"],
|
|
alwayslink = 1,
|
|
)
|