blob: 7a488d9118fcdf5b638e3aadd940ae2c10ae06ad (
plain) (
tree)
|
|
CMake
=====
Build a CMake project.
A simple usage example:
$ python3 -m project.cmake.build --configuration Release --install path/to/somewhere -- examples/simple
...
$ ./path/to/somewhere/bin/foo
foo
|