mirror of
https://github.com/google/flatbuffers.git
synced 2026-06-18 14:38:56 +00:00
Remove generated .h files from repo
This commit is contained in:
16
tests/key_field/BUILD.bazel
Normal file
16
tests/key_field/BUILD.bazel
Normal file
@@ -0,0 +1,16 @@
|
||||
load("//:build_defs.bzl", "flatbuffer_cc_library")
|
||||
|
||||
package(default_visibility = ["//visibility:public"])
|
||||
|
||||
flatbuffer_cc_library(
|
||||
name = "key_field_sample_cc_fbs",
|
||||
srcs = ["key_field_sample.fbs"],
|
||||
filename_suffix = ".fbs",
|
||||
flatc_args = [
|
||||
"--gen-compare",
|
||||
"--gen-mutable",
|
||||
"--gen-object-api",
|
||||
"--reflect-names",
|
||||
"--filename-suffix .fbs",
|
||||
],
|
||||
)
|
||||
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user