mirror of
https://github.com/google/flatbuffers.git
synced 2026-06-10 23:17:27 +00:00
Remove generated .h files from repo
This commit is contained in:
25
tests/union_vector/BUILD.bazel
Normal file
25
tests/union_vector/BUILD.bazel
Normal file
@@ -0,0 +1,25 @@
|
||||
load("//:build_defs.bzl", "flatbuffer_cc_library")
|
||||
|
||||
package(default_visibility = ["//visibility:public"])
|
||||
|
||||
flatbuffer_cc_library(
|
||||
name = "union_vector_cc_fbs",
|
||||
srcs = ["union_vector.fbs"],
|
||||
filename_suffix = ".fbs",
|
||||
flatc_args = [
|
||||
"--gen-compare",
|
||||
"--gen-mutable",
|
||||
"--gen-object-api",
|
||||
"--reflect-names",
|
||||
"--filename-suffix .fbs",
|
||||
],
|
||||
)
|
||||
|
||||
# Data needed by the tests at runtime
|
||||
filegroup(
|
||||
name = "test_data",
|
||||
srcs = [
|
||||
"union_vector.fbs",
|
||||
"union_vector.json",
|
||||
],
|
||||
)
|
||||
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user