blob: c9d4973934f675be121984c2876f62b876ca9cb2 [file] [log] [blame]
licenses(["notice"])
package(default_visibility = ["//visibility:public"])
cc_library(
name = "pb2json-cxx",
srcs = [
"pb2json.cpp",
],
hdrs = [
"pb2json.h",
],
deps = [
"//third_party/jansson:jansson-cxx",
"//third_party/protobuf:protobuf-cxx",
],
linkstatic = 1,
)