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