blob: 062945715bc188558b75f31b0d3a16db5f21f911 [file] [log] [blame]
cc_library(
name = "jsoncons",
hdrs = glob([
"include/jsoncons/**/*.hpp",
"include/jsoncons_ext/**/*.hpp",
]),
strip_include_prefix = "include",
visibility = [
"//visibility:public",
],
)