aboutsummaryrefslogblamecommitdiffstatshomepage
path: root/project/cmake/README.md
blob: b63564dbac9d8dc72140b6c9a5177471ebdb4169 (plain) (tree)
1
2
3
4
5
6
7
8
9
10
11
12
13












                                                                                                
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