[CMake] building without using MSVC GUI

Tyler Roscoe tyler at cryptio.net
Tue Jun 16 18:24:40 EDT 2009


On Tue, Jun 16, 2009 at 06:11:35PM -0400, alex gouaillard wrote:
> I would like to be able to directly build after the cmake  
> configuration stage without needing to open the sln file in MSVC.
> How could I do that?

This isn't a CMake question; this is a Visual Studio question.

You can run devenv.com from the commandline. You could also switch to
the NMake generator and use NMake to build your project.

hth,
tyler


More information about the CMake mailing list