blob: 7a488d9118fcdf5b638e3aadd940ae2c10ae06ad (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
|
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
|