Files
flatbuffers-bigfoot/tests/includer_test.fbs
James Kuszmaul 9c52ec3744 Add deps attribute to flatbuffer_cc_library (#7107)
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.
2022-02-21 22:33:47 -06:00

6 lines
67 B
Plaintext

include "tests/included_test.fbs";
table Wrapper {
a:Wrapped;
}