mirror of
https://github.com/reactos/CMake.git
synced 2024-11-28 05:50:42 +00:00
9198e6a27b
The last KDevelop3 release was many years ago, in 2008 I think. I haven't seen or read about anybody using KDevelop 3 since a long time, so I think it can safely be removed from CMake. KDevelop 4 (first released in 2010) has its own proper CMake support now, independent from this generator. Alex
11 lines
412 B
ReStructuredText
11 lines
412 B
ReStructuredText
CMAKE_EXTRA_GENERATOR
|
|
---------------------
|
|
|
|
The extra generator used to build the project. See
|
|
:manual:`cmake-generators(7)`.
|
|
|
|
When using the Eclipse, CodeBlocks, CodeLite, Kate or Sublime generators, CMake
|
|
generates Makefiles (:variable:`CMAKE_GENERATOR`) and additionally project
|
|
files for the respective IDE. This IDE project file generator is stored in
|
|
``CMAKE_EXTRA_GENERATOR`` (e.g. ``Eclipse CDT4``).
|