tree: 070fd76d8e9ac33761262587636b4ec7ca787e91 [path history] [tgz]
  1. cmake/
  2. support/
  3. README.md
biicode/README.md

Biicode C/C++ dependency manager

Build Status

New with biicode? Check the Getting Started Guide.

How to build it?

Building it is too easy:

$ git clone git@github.com:google/flatbuffers.git
$ cd flatbuffers
$ bii init -L && bii build
$ ./bin/any_executable

Or run its tests:

$ bii test

You can check the examples/flatbuffers block.