Sign in
pigweed
/
third_party
/
github
/
raspberrypi
/
pico-sdk
/
refs/heads/sandbox/initial-bazel-host-build
/
.
/
src
/
host
/
pico_multicore
/
BUILD.bazel
blob: 61b10923379267f8cec8122c84fc3e4c0072432f [
file
] [
log
] [
blame
] [
edit
]
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/common/pico_base"
],
)