Sign in
◑
Theme
pigweed
/
third_party
/
github
/
raspberrypi
/
picotool
/
14878fe0e8a718dd25507ee0972b4b31eaf1ff92
/
.
/
lib
/
nlohmann_json
/
BUILD.bazel
blob: 1a69301562a56ab25e43cb14764c741487af496d [
file
]
load
(
"@rules_cc//cc:cc_library.bzl"
,
"cc_library"
)
package
(
default_visibility
=
[
"//visibility:public"
])
cc_library
(
name
=
"json"
,
hdrs
=
[
"single_include/nlohmann/json.hpp"
],
includes
=
[
"single_include"
],
)