Gitiles
Code Review
Sign In
realtimeroboticsgroup.org
/
RealtimeRoboticsGroup
/
test
/
1613b6e37df35dac7a91a4491ecedcd4e4ebab54
/
.
/
third_party
/
GSL
/
BUILD
blob: 62a28f38f3d88f107ddedef90157db9bd5b8e353 [
file
] [
log
] [
blame
]
licenses
([
"notice"
])
load
(
"//tools:environments.bzl"
,
"mcu_cpus"
)
cc_library
(
name
=
"GSL"
,
hdrs
=
glob
([
"include/**"
]),
compatible_with
=
mcu_cpus
,
includes
=
[
"include"
],
visibility
=
[
"//visibility:public"
],
)