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