blob: 5c51a413165f8f0b0cc50e241889a8b71ae2c042 [file] [log] [blame]
Austin Schuhdde64052019-12-11 20:28:00 -08001package(default_visibility = ["//visibility:public"])
Comran Morshed6c6a0a92016-01-17 12:45:16 +00002
Alex Perrycb7da4b2019-08-28 19:35:56 -07003load("@com_github_google_flatbuffers//:build_defs.bzl", "flatbuffer_cc_library")
Comran Morshed6c6a0a92016-01-17 12:45:16 +00004
Alex Perrycb7da4b2019-08-28 19:35:56 -07005flatbuffer_cc_library(
6 name = "ball_detector_fbs",
7 srcs = [
8 "ball_detector.fbs",
9 ],
10 gen_reflections = 1,
Comran Morshed6c6a0a92016-01-17 12:45:16 +000011)