CMAKE_EXTRA_GENERATOR.rst 343 B

123456789
  1. CMAKE_EXTRA_GENERATOR
  2. ---------------------
  3. The extra generator used to build the project.
  4. When using the Eclipse, CodeBlocks or KDevelop generators, CMake
  5. generates Makefiles (CMAKE_GENERATOR) and additionally project files
  6. for the respective IDE. This IDE project file generator is stored in
  7. CMAKE_EXTRA_GENERATOR (e.g. "Eclipse CDT4").