mirror of
https://github.com/reactos/CMake.git
synced 2024-11-24 03:59:58 +00:00
Help: Make note of ninja -f argument in Ninja Multi-Config docs
This commit is contained in:
parent
79e5b3c46a
commit
bd4ae2af0f
@ -11,7 +11,8 @@ Unlike the :generator:`Ninja` generator, ``Ninja Multi-Config`` generates
|
||||
multiple configurations at once with :variable:`CMAKE_CONFIGURATION_TYPES`
|
||||
instead of only one configuration with :variable:`CMAKE_BUILD_TYPE`. One
|
||||
``build-<Config>.ninja`` file will be generated for each of these
|
||||
configurations (with ``<Config>`` being the configuration name.) No
|
||||
configurations (with ``<Config>`` being the configuration name.) These files
|
||||
are intended to be run with ``ninja -f build-<Config>.ninja``. No
|
||||
``build.ninja`` file is generated by default (see below for how to generate
|
||||
it.)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user