Sign in
pigweed
/
third_party
/
github
/
raspberrypi
/
pico-sdk
/
042fa7964fcbb11e5efa7552e9d997a62efcd5b2
/
.
/
src
/
host
/
pico_printf
/
BUILD.bazel
blob: 14f175a51ef6b7ac80bfff95182db819a285a3c7 [
file
]
load
(
"@rules_cc//cc:cc_library.bzl"
,
"cc_library"
)
package
(
default_visibility
=
[
"//visibility:public"
])
cc_library
(
name
=
"pico_printf"
,
target_compatible_with
=
[
"//bazel/constraint:host"
],
)