Sign in
pigweed
/
third_party
/
github
/
bazelbuild
/
bazel-central-registry
/
08a7eb8d86c24d4acf93b5ee1447f1c99d2dcb0e
/
.
/
modules
/
jsoncons
/
1.0.0
/
overlay
/
BUILD.bazel
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"
,
],
)