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:
James Kuszmaul
2022-02-21 20:33:47 -08:00
committed by GitHub
parent 70e2f49bff
commit 9c52ec3744
5 changed files with 78 additions and 40 deletions

3
tests/included_test.fbs Normal file
View File

@@ -0,0 +1,3 @@
table Wrapped {
a:double;
}