Recommend the use of Ninja when using CMake

This commit is contained in:
Simon Hausmann 2020-12-15 18:28:04 +01:00
parent 5a7fa5bf11
commit 1a3396da3b
2 changed files with 4 additions and 1 deletions

View file

@ -44,7 +44,7 @@ This is just a normal cmake build.
```sh
mkdir cppbuild && cd cppbuild
cmake ..
cmake -GNinja ..
cmake --build .
```