forked from BigfootDev/flatbuffers
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;
|
|
}
|