mirror of
https://github.com/google/flatbuffers.git
synced 2026-06-21 11:35:45 +00:00
Update BUILD file for bazel
This commit is contained in:
10
BUILD
10
BUILD
@@ -205,3 +205,13 @@ flatbuffer_cc_library(
|
|||||||
"--cpp-ptr-type flatbuffers::unique_ptr",
|
"--cpp-ptr-type flatbuffers::unique_ptr",
|
||||||
"--scoped-enums" ],
|
"--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" ],
|
||||||
|
)
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user