Sublime Text 2.rst 820 B

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