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