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