kaliber/src/third_party/jsoncpp/BUILD.gn

12 lines
150 B
Plaintext

source_set("jsoncpp") {
configs -= [ "//build:warnings" ]
sources = [
"json-forwards.h",
"json.h",
"jsoncpp.cpp",
]
deps = []
}