mirror of
https://github.com/google/flatbuffers.git
synced 2026-06-21 20:58:28 +00:00
Annotated Flatbuffer Binary (#7174)
* Annotated Flatbuffer Binary * Various fixes * Handles old schema * handle multiple missing fields * minor edits * bazel fix, spelling fix, ascii fix
This commit is contained in:
@@ -34,10 +34,14 @@ cc_library(
|
||||
cc_library(
|
||||
name = "flatc_library",
|
||||
srcs = [
|
||||
"annotated_binary_text_gen.cpp",
|
||||
"annotated_binary_text_gen.h",
|
||||
"bfbs_gen.h",
|
||||
"bfbs_gen_lua.cpp",
|
||||
"bfbs_gen_lua.h",
|
||||
"bfbs_namer.h",
|
||||
"binary_annotator.cpp",
|
||||
"binary_annotator.h",
|
||||
"flatc.cpp",
|
||||
"namer.h",
|
||||
],
|
||||
|
||||
Reference in New Issue
Block a user