mirror of
https://github.com/google/flatbuffers.git
synced 2026-06-26 21:12:19 +00:00
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.
This commit is contained in:
5
tests/includer_test.fbs
Normal file
5
tests/includer_test.fbs
Normal file
@@ -0,0 +1,5 @@
|
||||
include "tests/included_test.fbs";
|
||||
|
||||
table Wrapper {
|
||||
a:Wrapped;
|
||||
}
|
||||
Reference in New Issue
Block a user