blob: 337ea961450b5a4d82c156adffd5abd180df2c2e [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,
Philipp Schraderdada1072020-11-24 11:34:46 -080011 target_compatible_with = ["@platforms//os:linux"],
Comran Morshed6c6a0a92016-01-17 12:45:16 +000012)