aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/project/cmake/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'project/cmake/README.md')
-rw-r--r--project/cmake/README.md5
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