blob: 43694d6fedbbbdc5e44037c58cd2adbdb7c8bea5 [file] [log] [blame]
Alex Perrycb7da4b2019-08-28 19:35:56 -07001load("@com_github_google_flatbuffers//:build_defs.bzl", "flatbuffer_cc_library")
Comran Morshed6c6a0a92016-01-17 12:45:16 +00002
Philipp Schradercc016b32021-12-30 08:59:58 -08003package(default_visibility = ["//visibility:public"])
4
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)