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
_______________________________________________
CMake mailing list
[email protected]
http://www.cmake.org/mailman/listinfo/cmake