[CMake] Visual C++ 2005 Express - command line?
Brad King
brad.king at kitware.com
Fri Jul 7 09:48:44 EDT 2006
dean.inglis at camris.ca wrote:
> ok, bit of a learning curve here while changing
> IDE's (and learining CMake again).
>>From the CMakeCache.txt for VTK:
>
> MAKECOMMAND:STRING=C:\PROGRA~1\MICROS~2\Common7\IDE\VCExpress.exe VTK.sln /build Release /project ALL_BUILD
>
> at DOS cmd or cygwin bash prompt the above
> MAKECOMMAND runs.
If you prefer the command line you can run the command prompt that comes
in the VCExpress start menu folder. Then run CMakeSetup from that
prompt and select the NMake Makefiles generator. You'll need a new
build tree to switch generators of course.
-Brad
More information about the CMake
mailing list