Sign in
pigweed
/
third_party
/
github
/
raspberrypi
/
pico-sdk
/
refs/heads/sandbox/initial-bazel-host-build
/
.
/
src
/
rp2_common
/
pico_cxx_options
/
BUILD.bazel
blob: 80a46a2652e3619647e5d20712f77084d709af9f [
file
] [
log
] [
blame
] [
edit
]
package
(
default_visibility
=
[
"//visibility:public"
])
cc_library
(
name
=
"pico_cxx_options"
,
target_compatible_with
=
select
({
"//bazel/constraint:rp2"
:
[],
"//conditions:default"
:
[
"@platforms//:incompatible"
],
}),
)