Gitiles
Code Review
Sign In
realtimeroboticsgroup.org
/
RealtimeRoboticsGroup
/
test
/
c9f34f724f0f9f37e589a00b170c68d04f1a02df
/
.
/
third_party
/
boostorg
/
array
/
BUILD
blob: 2dbb0e90292a3ebd57b6e5578009050c8d407169 [
file
] [
log
] [
blame
]
licenses
([
"notice"
])
# boost
cc_library
(
name
=
"array"
,
hdrs
=
glob
([
"include/**"
]),
includes
=
[
"include"
],
target_compatible_with
=
[
"@platforms//os:linux"
],
visibility
=
[
"//visibility:public"
],
)