mirror of
https://github.com/google/flatbuffers.git
synced 2026-06-24 18:06:10 +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:
3
tests/included_test.fbs
Normal file
3
tests/included_test.fbs
Normal file
@@ -0,0 +1,3 @@
|
||||
table Wrapped {
|
||||
a:double;
|
||||
}
|
||||
Reference in New Issue
Block a user