You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

10 lines
433 B

../../../../../out/host/linux-x86/bin/flatc -b --schema --cpp string.fbs
xxd -i string.bfbs > string_bfbs.h
../../../../../out/host/linux-x86/bin/flatc -b --schema --cpp integer.fbs
xxd -i integer.bfbs > integer_bfbs.h
../../../../../out/host/linux-x86/bin/flatc -b --schema --cpp float.fbs
xxd -i float.bfbs > float_bfbs.h
../../../../../out/host/linux-x86/bin/flatc -b --schema --cpp struct.fbs
xxd -i struct.bfbs > struct_bfbs.h