Sublime Text 2.rst 799 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 PROJECT() call. Additionally Makefiles (or build.ninja
  7. files) are generated into the build tree. The appropriate make
  8. program can build the project through the default make target. A
  9. "make 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`.