Update BUILD file for bazel

This commit is contained in:
Alexey Geraskin
2019-07-17 14:08:36 +03:00
parent c887c71ac6
commit 73b64d9caa

10
BUILD
View File

@@ -205,3 +205,13 @@ flatbuffer_cc_library(
"--cpp-ptr-type flatbuffers::unique_ptr",
"--scoped-enums" ],
)
flatbuffer_cc_library(
name = "native_type_test_cc_fbs",
srcs = ["tests/native_type_test.fbs"],
flatc_args = [
"--gen-object-api",
"--gen-mutable",
"--cpp-ptr-type flatbuffers::unique_ptr" ],
)