Kate — CMake 4.0.1 Documentation (original) (raw)
Deprecated since version 3.27: Support for Extra Generators is deprecated and will be removed from a future version of CMake. IDEs may use the cmake-file-api(7)to view CMake-generated project build trees.
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 theProjectName.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 [MinGW Makefiles](MinGW%20Makefiles.html#generator:MinGW Makefiles "MinGW Makefiles").
Kate - NMake Makefiles
Generate with [NMake Makefiles](NMake%20Makefiles.html#generator:NMake Makefiles "NMake Makefiles").
Kate - Ninja
Generate with Ninja.
Kate - Ninja Multi-Config
Generate with [Ninja Multi-Config](Ninja%20Multi-Config.html#generator:Ninja Multi-Config "Ninja Multi-Config").
Kate - Unix Makefiles
Generate with [Unix Makefiles](Unix%20Makefiles.html#generator:Unix Makefiles "Unix Makefiles").