mirror of
https://github.com/vee1e/flatbuffers.git
synced 2026-09-01 09:51:12 +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.
5 lines
67 B
Text
5 lines
67 B
Text
include "tests/included_test.fbs";
|
|
|
|
table Wrapper {
|
|
a:Wrapped;
|
|
}
|