You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
licenses(["unencumbered"]) # Public Domain or MIT
|
|
|
|
filegroup(
|
|
name = "LICENSE",
|
|
visibility = ["//visibility:public"],
|
|
)
|
|
|
|
cc_library(
|
|
name = "jsoncpp",
|
|
linkopts = ["-ljsoncpp"],
|
|
visibility = ["//visibility:public"],
|
|
)
|