Sign in
pigweed
/
third_party
/
github
/
raspberrypi
/
pico-sdk
/
efe2103f9b28458a1615ff096054479743ade236
/
.
/
src
/
host
/
pico_multicore
/
BUILD.bazel
blob: b837fb5de960de415e392c44529ce5690f256655 [
file
] [
log
] [
blame
]
package
(
default_visibility
=
[
"//visibility:public"
])
cc_library
(
name
=
"pico_multicore"
,
hdrs
=
[
"include/pico/multicore.h"
],
includes
=
[
"include"
],
target_compatible_with
=
[
"//bazel/constraint:host"
],
deps
=
[
"//src/host/pico_platform"
],
)