diff options
author | Alex Ames <amablue@google.com> | 2020-03-27 08:33:12 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-03-27 08:33:12 -0700 |
commit | e9d45324012ed04af97cbe99bab0e6afe475e95d (patch) | |
tree | beab0ee54e64d1063e9d6337c267f3846ac0a63a /snap | |
parent | c37c989ed6bce5075ce7bf528fd6e531765d6afb (diff) | |
download | flatbuffers-e9d45324012ed04af97cbe99bab0e6afe475e95d.tar.gz flatbuffers-e9d45324012ed04af97cbe99bab0e6afe475e95d.tar.bz2 flatbuffers-e9d45324012ed04af97cbe99bab0e6afe475e95d.zip |
Added flatbuffers_generate_headers and flatbuffers_generate_binary_files cmake functions. (#5830)
flatbuffers_generate_headers is a function that can be used to generate Flatbuffers headers and binary headers. It uses named argument flags to wrap all the flags relevant to C++ header generation that flatc uses. It generates an interface library that can be added as a dependency of other targets.
flatbuffers_generate_binary_files is a function that can be used to generate Flatbuffers binaries. It uses named argument flags to wrap all the flags relevant to C++ binary generation from JSON file that flatc uses. It generates an interface library that can be added as a dependency of other targets.
Diffstat (limited to 'snap')
0 files changed, 0 insertions, 0 deletions