[C++, Go, Bazel]: Fix up Bazel support (#4672)

* Add Bazel support for Go library

* Make flatc compile again.

Was missing java_generator, which is now referenced from source.
This commit is contained in:
Andreas Bergmeier
2018-03-15 20:31:16 +01:00
committed by Wouter van Oortmerssen
parent 08cf50c54a
commit c0a6e5120d
2 changed files with 19 additions and 0 deletions

2
BUILD
View File

@@ -81,6 +81,8 @@ cc_binary(
"grpc/src/compiler/cpp_generator.h",
"grpc/src/compiler/go_generator.cc",
"grpc/src/compiler/go_generator.h",
"grpc/src/compiler/java_generator.cc",
"grpc/src/compiler/java_generator.h",
"grpc/src/compiler/schema_interface.h",
"src/flatc_main.cpp",
"src/idl_gen_cpp.cpp",