• Jon Simantov's avatar
    Added build_flatbuffers function to CMake. · f2949c3f
    Jon Simantov authored
    This function is designed to be called by projects that use FlatBuffers.
    It takes a list of FlatBuffers schemas and a list of schema include
    directories, and generates build rules to create generated headers
    and/or binary schemas for those files, as well as optionally copying
    all of the text schemas into a directory for your use (for example if
    you need to parse text schemas within your app).
    
    See function comments for more details.
    
    Change-Id: I181684b916e91d965e14849d8f83ec2c83e9a4a4
    f2949c3f
Name
Last commit
Last update
CMake Loading commit data...
android Loading commit data...
biicode Loading commit data...
build Loading commit data...
docs Loading commit data...
go Loading commit data...
include/flatbuffers Loading commit data...
java Loading commit data...
js Loading commit data...
net/FlatBuffers Loading commit data...
python Loading commit data...
reflection Loading commit data...
samples Loading commit data...
src Loading commit data...
tests Loading commit data...
.gitattributes Loading commit data...
.gitignore Loading commit data...
.travis.yml Loading commit data...
CMakeLists.txt Loading commit data...
CONTRIBUTING.md Loading commit data...
LICENSE.txt Loading commit data...
biicode.conf Loading commit data...
readme.md Loading commit data...