mirror of
https://github.com/google/flatbuffers.git
synced 2026-06-23 12:00:01 +00:00
Implement --file-names-only (#8788)
* flatc builds and seems to work, some of the extra targets are having linker errors * fix build system * pipeline failures * un-rename files * refactor to use unique_ptr * typo * rm make_unique, add comments * fix cmake --------- Co-authored-by: Wouter van Oortmerssen <aardappel@gmail.com>
This commit is contained in:
@@ -103,9 +103,8 @@ cc_library(
|
||||
"bfbs_gen_nim.cpp",
|
||||
"bfbs_gen_nim.h",
|
||||
"bfbs_namer.h",
|
||||
"file_binary_writer.cpp",
|
||||
"file_name_saving_file_manager.cpp",
|
||||
"file_writer.cpp",
|
||||
"file_manager.cpp",
|
||||
"file_name_manager.cpp",
|
||||
"flatc_main.cpp",
|
||||
"idl_gen_binary.cpp",
|
||||
"idl_gen_binary.h",
|
||||
|
||||
Reference in New Issue
Block a user