mirror of
https://github.com/google/flatbuffers.git
synced 2026-06-24 13:26:10 +00:00
Reworked keep prefix (#7456)
* reworked keep prefix * checking in missing schema * fix flatc path for build scripts
This commit is contained in:
6
tests/flatc/bar/bar_with_foo.fbs
Normal file
6
tests/flatc/bar/bar_with_foo.fbs
Normal file
@@ -0,0 +1,6 @@
|
||||
include "foo.fbs";
|
||||
include "baz/baz.fbs";
|
||||
|
||||
table BarWithFoo {
|
||||
foo:Foo;
|
||||
}
|
||||
Reference in New Issue
Block a user