You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
27 lines
704 B
27 lines
704 B
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 simply 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`.
|