mirror of
https://github.com/godotengine/buildroot.git
synced 2026-01-05 14:09:53 +03:00
flatcc: new package
This adds flatcc as a new package, pulling v0.5.1 from github. flatcc has both a host tool (the compiler), and libraries for the target. Signed-off-by: Steve deRosier <steve.derosier@lairdtech.com> Signed-off-by: Joel Carlson <joel.carlson@cosmicaes.com> Reviewed-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be> [Thomas: add entry in DEVELOPERS file.] Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
This commit is contained in:
committed by
Thomas Petazzoni
parent
903b8446a8
commit
bfbfa5b8e2
8
package/flatcc/Config.in
Normal file
8
package/flatcc/Config.in
Normal file
@@ -0,0 +1,8 @@
|
||||
config BR2_PACKAGE_FLATCC
|
||||
bool "flatcc"
|
||||
help
|
||||
flatcc is C language implementation of Google Flatbuffers. It
|
||||
consists of both a library for the target as well as a
|
||||
flatbuffer compiler tool for the host.
|
||||
|
||||
https://github.com/dvidelabs/flatcc
|
||||
Reference in New Issue
Block a user