diff options
author | Egor Tensin <Egor.Tensin@gmail.com> | 2020-03-29 13:11:56 +0000 |
---|---|---|
committer | Egor Tensin <Egor.Tensin@gmail.com> | 2020-03-29 13:11:56 +0000 |
commit | 45d5d6da1bc126a6fb5995545a4ae78d018bf753 (patch) | |
tree | 116922e37bd8b825284b283f5c71182d241b76e1 /project/cmake/README.md | |
parent | project.boost: -d0 by default (diff) | |
download | cmake-common-45d5d6da1bc126a6fb5995545a4ae78d018bf753.tar.gz cmake-common-45d5d6da1bc126a6fb5995545a4ae78d018bf753.zip |
fix READMEs, code style, etc.
Diffstat (limited to 'project/cmake/README.md')
-rw-r--r-- | project/cmake/README.md | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/project/cmake/README.md b/project/cmake/README.md index b63564d..7a488d9 100644 --- a/project/cmake/README.md +++ b/project/cmake/README.md @@ -2,12 +2,11 @@ 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 + $ python3 -m project.cmake.build --configuration Release --install path/to/somewhere -- examples/simple ... - > ./path/to/somewhere/bin/foo + $ ./path/to/somewhere/bin/foo foo |