Skip to content

Commit

Permalink
fix(build): fix old cmake build error
Browse files Browse the repository at this point in the history
  • Loading branch information
chenqy4933 committed Jun 1, 2022
1 parent 967df08 commit 3370cc0
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions CMake/CMakeLists_legacy.cmake.in
Original file line number Diff line number Diff line change
Expand Up @@ -155,11 +155,18 @@ set(FlatBuffers_Compiler_SRCS
src/idl_gen_grpc.cpp
src/idl_gen_json_schema.cpp
src/idl_gen_swift.cpp
src/idl_namer.h
src/namer.h
src/flatc.cpp
src/flatc_main.cpp
src/bfbs_gen.h
src/bfbs_gen_lua.h
src/bfbs_namer.h
include/flatbuffers/code_generators.h
src/binary_annotator.h
src/binary_annotator.cpp
src/annotated_binary_text_gen.h
src/annotated_binary_text_gen.cpp
src/bfbs_gen_lua.cpp
src/code_generators.cpp
grpc/src/compiler/schema_interface.h
Expand Down

0 comments on commit 3370cc0

Please sign in to comment.