Browse Source

Help: Make note of ninja -f argument in Ninja Multi-Config docs

Kyle Edwards 6 years ago
parent
commit
bd4ae2af0f
1 changed files with 2 additions and 1 deletions
  1. 2 1
      Help/generator/Ninja Multi-Config.rst

+ 2 - 1
Help/generator/Ninja Multi-Config.rst

@@ -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.)