[CMake] windows command to compile

Yuri V. Timenkov ytimenkov at parallels.com
Mon Aug 25 07:50:11 EDT 2008


On Monday 25 August 2008 15:43:48 Ingrid Kemgoum wrote:
> hi,
> the question might be stupid but i didn't find the answer on the net.
> as in Linux, after running cmake on the cmake directory we do make to
> compile and build targets,
> i want to know if there is a command to compile and build targets on
> Windows.
>
> Thanks for help
It depends on generator. For NMake makefiles I suppose you should run "nmake", 
for Visual Studio - "devenv" (http://msdn.microsoft.com/en-
us/library/xee0c8y7(vs.71).aspx) For other make-file based generators it will 
be regular "make".


More information about the CMake mailing list