Don't use #include "include/json/json.h" which is unusual and therefore confusing This allows to remove the header symlinking done for the system lib version Closes #42303
13 lines
238 B
Plaintext
13 lines
238 B
Plaintext
licenses(["unencumbered"]) # Public Domain or MIT
|
|
|
|
filegroup(
|
|
name = "LICENSE",
|
|
visibility = ["//visibility:public"],
|
|
)
|
|
|
|
cc_library(
|
|
name = "jsoncpp",
|
|
linkopts = ["-ljsoncpp"],
|
|
visibility = ["//visibility:public"],
|
|
)
|