Gitiles
Code Review
Sign In
realtimeroboticsgroup.org
/
RealtimeRoboticsGroup
/
test
/
e6f9314656de467ffe2aaf2a284267040a0a07f8
/
.
/
y2020
/
vision
/
BUILD
blob: 021a4665d25a300e1da7d5be266b5fff74d14432 [
file
] [
log
] [
blame
]
Brian Silverman
e925980
2020-01-26 15:18:30 -0800
[
diff
] [
blame
]
1
load
(
"@com_github_google_flatbuffers//:build_defs.bzl"
,
"flatbuffer_cc_library"
)
2
3
flatbuffer_cc_library
(
4
name
=
"vision_fbs"
,
5
srcs
=
[
"vision.fbs"
],
6
gen_reflections
=
1
,
7
)