From 1c91b96f8740daad93991d50c086fbaf1f08770d Mon Sep 17 00:00:00 2001 From: Egor Tensin Date: Thu, 9 Jan 2020 02:27:57 +0300 Subject: better usage messages & READMEs --- cmake/build/README.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 cmake/build/README.md (limited to 'cmake/build/README.md') diff --git a/cmake/build/README.md b/cmake/build/README.md new file mode 100644 index 0000000..b63564d --- /dev/null +++ b/cmake/build/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 -- cgit v1.2.3