mirror of
https://github.com/google/flatbuffers.git
synced 2026-06-27 08:22:18 +00:00
Update BUILD file for bazel, attempt 4
This commit is contained in:
5
BUILD
5
BUILD
@@ -172,7 +172,10 @@ cc_test(
|
|||||||
":tests/arrays_test.golden",
|
":tests/arrays_test.golden",
|
||||||
":tests/native_type_test.fbs",
|
":tests/native_type_test.fbs",
|
||||||
],
|
],
|
||||||
includes = ["include/"],
|
includes = [
|
||||||
|
"include/"
|
||||||
|
"tests/",
|
||||||
|
],
|
||||||
include_paths = ["tests"],
|
include_paths = ["tests"],
|
||||||
deps = [
|
deps = [
|
||||||
":monster_extra_cc_fbs",
|
":monster_extra_cc_fbs",
|
||||||
|
|||||||
Reference in New Issue
Block a user