CMAKE_EXTRA_GENERATOR.rst 412 B

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