Browse Source

Kate: mention Ninja Multiconfig in the docs

Alexander Neundorf 2 years ago
parent
commit
2b713b0f95
2 changed files with 4 additions and 0 deletions
  1. 3 0
      Help/generator/Kate.rst
  2. 1 0
      Source/cmExtraKateGenerator.h

+ 3 - 0
Help/generator/Kate.rst

@@ -28,5 +28,8 @@ This "extra" generator may be specified as:
 ``Kate - Ninja``
  Generate with :generator:`Ninja`.
 
+``Kate - Ninja Multi-Config``
+ Generate with :generator:`Ninja Multi-Config`.
+
 ``Kate - Unix Makefiles``
  Generate with :generator:`Unix Makefiles`.

+ 1 - 0
Source/cmExtraKateGenerator.h

@@ -5,6 +5,7 @@
 #include "cmConfigure.h" // IWYU pragma: keep
 
 #include <string>
+#include <vector>
 
 #include "cmExternalMakefileProjectGenerator.h"