blob: b63564dbac9d8dc72140b6c9a5177471ebdb4169 (
plain) (
tree)
|
|
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
|