mirror of
https://github.com/slint-ui/slint.git
synced 2025-10-01 14:21:16 +00:00
Recommend the use of Ninja when using CMake
This commit is contained in:
parent
5a7fa5bf11
commit
1a3396da3b
2 changed files with 4 additions and 1 deletions
|
@ -44,7 +44,7 @@ This is just a normal cmake build.
|
|||
|
||||
```sh
|
||||
mkdir cppbuild && cd cppbuild
|
||||
cmake ..
|
||||
cmake -GNinja ..
|
||||
cmake --build .
|
||||
```
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue