• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1CMAKE_EXTRA_GENERATOR
2---------------------
3
4The extra generator used to build the project.  See
5:manual:`cmake-generators(7)`.
6
7When using the Eclipse, CodeBlocks, CodeLite, Kate or Sublime generators, CMake
8generates Makefiles (:variable:`CMAKE_GENERATOR`) and additionally project
9files for the respective IDE.  This IDE project file generator is stored in
10``CMAKE_EXTRA_GENERATOR`` (e.g.  ``Eclipse CDT4``).
11