https://github.com/Kitware/CMake
Raw File
Tip revision: 07d351b535dde56a89aa6786a3f0701e3b159d44 authored by Brad King on 12 April 2022, 13:05:05 UTC
CMake 3.22.4
Tip revision: 07d351b
Kate.rst
Kate
----

Generates Kate project files.

A project file for Kate will be created in the top directory in the top level
build directory.
To use it in Kate, the Project plugin must be enabled.
The project file is loaded in Kate by opening the
``ProjectName.kateproject`` file in the editor.
If the Kate Build-plugin is enabled, all targets generated by CMake are
available for building.

This "extra" generator may be specified as:

``Kate - MinGW Makefiles``
 Generate with :generator:`MinGW Makefiles`.

``Kate - NMake Makefiles``
 Generate with :generator:`NMake Makefiles`.

``Kate - Ninja``
 Generate with :generator:`Ninja`.

``Kate - Unix Makefiles``
 Generate with :generator:`Unix Makefiles`.
back to top