diff options
author | Garrett Brown <themagnificentmrb@gmail.com> | 2018-06-26 14:20:28 -0700 |
---|---|---|
committer | Garrett Brown <themagnificentmrb@gmail.com> | 2018-08-14 11:29:14 -0700 |
commit | cd50c4f4219773548d839a94feaf57d8c6dff3b9 (patch) | |
tree | 10a29d46229451f02c669b902c09784ead78ae11 /tools/depends/.gitignore | |
parent | 4abbd40cdf9e84dab4795bbca1abc56284c1413f (diff) |
tools/depends: Add FlatBuffers v1.9.0 compiler and headers
This adds the flatc compiler to native depends and the flatbuffer headers
to target depends.
Diffstat (limited to 'tools/depends/.gitignore')
-rw-r--r-- | tools/depends/.gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/depends/.gitignore b/tools/depends/.gitignore index dfc92c84b6..6a23c8ada1 100644 --- a/tools/depends/.gitignore +++ b/tools/depends/.gitignore @@ -52,3 +52,4 @@ config.site.native /target/cross-file.meson /target/libfmt/fmt-*.tar.gz /target/rapidjson/rapidjson-*.tar.gz +/target/flatbuffers/*.tar.gz |