mirror of
https://github.com/google/flatbuffers.git
synced 2026-06-01 19:58:15 +00:00
I'm not seeing the reason why we didn't attempt to support transitive dependencies for flatbuffer_cc_library, and the current setup makes having to propagate new dependencies to all of their recursive dependents obnoxious.
6 lines
67 B
Plaintext
6 lines
67 B
Plaintext
include "tests/included_test.fbs";
|
|
|
|
table Wrapper {
|
|
a:Wrapped;
|
|
}
|