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