Sublime Text 2.rst 1.0 KB

12345678910111213141516171819202122232425262728293031
  1. Sublime Text 2
  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 Sublime Text 2 project files.
  8. Project files for Sublime Text 2 will be created in the top directory
  9. and in every subdirectory which features a ``CMakeLists.txt`` file
  10. containing a :command:`project` call. Additionally ``Makefiles``
  11. (or ``build.ninja`` files) are generated into the build tree.
  12. The appropriate make program can build the project through the default ``all``
  13. target. An ``install`` target is also provided.
  14. This "extra" generator may be specified as:
  15. ``Sublime Text 2 - MinGW Makefiles``
  16. Generate with :generator:`MinGW Makefiles`.
  17. ``Sublime Text 2 - NMake Makefiles``
  18. Generate with :generator:`NMake Makefiles`.
  19. ``Sublime Text 2 - Ninja``
  20. Generate with :generator:`Ninja`.
  21. ``Sublime Text 2 - Unix Makefiles``
  22. Generate with :generator:`Unix Makefiles`.