Gitiles
Code Review
Sign In
realtimeroboticsgroup.org
/
RealtimeRoboticsGroup
/
test
/
a57b70145cb0a950c1c3a9a4fddf0438c60126f2
/
.
/
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"
],
)