blob: 021a4665d25a300e1da7d5be266b5fff74d14432 [file] [log] [blame]
Brian Silvermane9259802020-01-26 15:18:30 -08001load("@com_github_google_flatbuffers//:build_defs.bzl", "flatbuffer_cc_library")
2
3flatbuffer_cc_library(
4 name = "vision_fbs",
5 srcs = ["vision.fbs"],
6 gen_reflections = 1,
7)