[CMake] windows command to compile

Arjen Markus arjen.markus at wldelft.nl
Mon Aug 25 07:51:27 EDT 2008


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.

It depends a bit on what compilers you have available, as they normally
include a make utility of sorts. But:
- gcc and related compilers can be used with "make"
- another popular utility is "nmake", which comes with the MS compilers

Regards,

Arjen



More information about the CMake mailing list