Initial support to add other languages to flatbuffers

This commit is contained in:
Harsh Vardhan
2016-08-19 10:41:11 +05:30
parent b36bd67b39
commit 2e7806ede0
5 changed files with 155 additions and 108 deletions

View File

@@ -44,6 +44,7 @@ set(FlatBuffers_Compiler_SRCS
src/idl_gen_fbs.cpp
src/idl_gen_grpc.cpp
src/flatc.cpp
grpc/src/compiler/schema_interface.h
grpc/src/compiler/cpp_generator.h
grpc/src/compiler/cpp_generator.cc
)