diff options
Diffstat (limited to 'project/cmake/README.md')
-rw-r--r-- | project/cmake/README.md | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/project/cmake/README.md b/project/cmake/README.md new file mode 100644 index 0000000..b63564d --- /dev/null +++ b/project/cmake/README.md @@ -0,0 +1,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 |