Add initial Bazel WORKSPACE and BUILD (#4608)

For #4574.

To test:

    bazel test --verbose_failures //:flatbuffers_test
This commit is contained in:
Joe Schafer
2018-02-05 10:23:15 -08:00
committed by Wouter van Oortmerssen
parent e93d2bda07
commit c696422558
3 changed files with 150 additions and 1 deletions

2
WORKSPACE Normal file
View File

@@ -0,0 +1,2 @@
workspace(name = "com_github_google_flatbuffers")