mirror of
https://github.com/slint-ui/slint.git
synced 2025-08-04 02:39:28 +00:00
Add Ninja to the list of required tools (#2498)
We have plenty of command lines that explicitly use `-GNinja`, so let's make Ninja a tool that is required. That's easier than changing all the command lines to have two variants (use XX or YY if you have Ninja installed), and we know that the dependency handling works best with Ninja. Fixes #2495 Co-authored-by: Olivier Goffart <olivier.goffart@slint-ui.com>
This commit is contained in:
parent
e1d98735fb
commit
a5bea16596
4 changed files with 5 additions and 3 deletions
|
@ -6,7 +6,7 @@ Slint comes with a CMake integration that automates the compilation step of the
|
|||
offers a CMake target for convenient linkage.
|
||||
|
||||
*Note*: We recommend using the Ninja generator of CMake for the most efficient build and `.slint` dependency tracking.
|
||||
You can select the CMake Ninja backend by passing `-GNinja` or setting the `CMAKE_GENERATOR` environment variable to `Ninja`.
|
||||
Install [Ninja](https://ninja-build.org) and select the CMake Ninja backend by passing `-GNinja` or setting the `CMAKE_GENERATOR` environment variable to `Ninja`.
|
||||
|
||||
## Binary Packages
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue