Eclipse CDT4.rst 999 B

12345678910111213141516171819202122232425262728293031
  1. Eclipse CDT4
  2. ------------
  3. .. deprecated:: 3.27
  4. Support for :ref:`Extra Generators` is deprecated and will be removed from
  5. a future version of CMake. IDEs may use the :manual:`cmake-file-api(7)`
  6. to view CMake-generated project build trees.
  7. Generates Eclipse CDT 4.0 project files.
  8. Project files for Eclipse will be created in the top directory. In
  9. out of source builds, a linked resource to the top level source
  10. directory will be created. Additionally a hierarchy of makefiles is
  11. generated into the build tree. The appropriate make program can build
  12. the project through the default ``all`` target. An ``install`` target
  13. is also provided.
  14. This "extra" generator may be specified as:
  15. ``Eclipse CDT4 - MinGW Makefiles``
  16. Generate with :generator:`MinGW Makefiles`.
  17. ``Eclipse CDT4 - NMake Makefiles``
  18. Generate with :generator:`NMake Makefiles`.
  19. ``Eclipse CDT4 - Ninja``
  20. Generate with :generator:`Ninja`.
  21. ``Eclipse CDT4 - Unix Makefiles``
  22. Generate with :generator:`Unix Makefiles`.