mirror of
https://github.com/google/flatbuffers.git
synced 2026-06-21 18:48:28 +00:00
Final refactor for bfsb_generator* and text generator (#7806)
* Refactor BfbsGenerator to use CodeGenerator interface * Update * Refactor bfbs generator * Refactor bfbs generator for lua and nim. Remove old code that use Generator interface. * Update import * Update CMakeLists * Update BUILD file * Update BUILD file for src * Remove from Android CMakeLists and add error message * Update * Add generate root file function to Code Generator interface * Update * Update * Minor format fix
This commit is contained in:
@@ -12,6 +12,7 @@ cc_library(
|
||||
"code_generators.cpp",
|
||||
"idl_gen_fbs.cpp",
|
||||
"idl_gen_text.cpp",
|
||||
"idl_gen_text.h",
|
||||
"idl_parser.cpp",
|
||||
"reflection.cpp",
|
||||
"util.cpp",
|
||||
@@ -98,6 +99,7 @@ cc_library(
|
||||
"idl_gen_swift.cpp",
|
||||
"idl_gen_swift.h",
|
||||
"idl_gen_text.cpp",
|
||||
"idl_gen_text.h",
|
||||
"idl_gen_ts.cpp",
|
||||
"idl_gen_ts.h",
|
||||
"idl_namer.h",
|
||||
|
||||
Reference in New Issue
Block a user