CMake
=====

Build a CMake project.
Consult the output of `build.py --help` for details.

A simple usage example:

    > python3 build.py --configuration Release --install path/to/somewhere -- ../examples/simple
    ...

    > ./path/to/somewhere/bin/foo
    foo