2013-10-15 19:17:36 +04:00
|
|
|
CMAKE_EXTRA_GENERATOR
|
|
|
|
---------------------
|
|
|
|
|
2015-08-18 08:34:01 +03:00
|
|
|
The extra generator used to build the project. See
|
|
|
|
:manual:`cmake-generators(7)`.
|
2013-10-15 19:17:36 +04:00
|
|
|
|
|
|
|
When using the Eclipse, CodeBlocks or KDevelop generators, CMake
|
2015-08-18 08:34:01 +03:00
|
|
|
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``).
|