Files
flatbuffers-bigfoot/tests/included_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

4 lines
30 B
Plaintext

table Wrapped {
a:double;
}