CMake is a build system generator supporting different build systems and environments like make, visual studio, code-blocks, eclipse-cdt, etc... To generate a project, you can use the -G option to specify the project generator.
Is there an option, are there any projects, or is it possible to write a generator that creates batch files calling cl.exe so I don't have to open visual studio every time?