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