diff options
author | Egor Tensin <Egor.Tensin@gmail.com> | 2020-01-09 02:27:57 +0300 |
---|---|---|
committer | Egor Tensin <Egor.Tensin@gmail.com> | 2020-01-09 02:27:57 +0300 |
commit | 1c91b96f8740daad93991d50c086fbaf1f08770d (patch) | |
tree | e4d62d7f1d22d23eed1bebf00c80cb175bc58ce6 /cmake/build/README.md | |
parent | common.cmake: more precise platform detection (diff) | |
download | cmake-common-1c91b96f8740daad93991d50c086fbaf1f08770d.tar.gz cmake-common-1c91b96f8740daad93991d50c086fbaf1f08770d.zip |
better usage messages & READMEs
Diffstat (limited to 'cmake/build/README.md')
-rw-r--r-- | cmake/build/README.md | 13 |
1 files changed, 13 insertions, 0 deletions
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 |