Why CMake can't run as make ?

CMake parse CMakeLists.txt, generate Makefile.  Then, make parse the
Makefile,  and execute(serially or parallelly) shells,  shells run
comands(compiler, etc) to build.

Perhaps, CMake can parse CMakeLists.txt, and directly run
comands(compiler, etc) to build,  without gererating Makefile,
invoking make, invoking shells.





-- 
Chiheng Xu
Wuhan,China
_______________________________________________
Powered by www.kitware.com

Visit other Kitware open-source projects at 
http://www.kitware.com/opensource/opensource.html

Please keep messages on-topic and check the CMake FAQ at: 
http://www.cmake.org/Wiki/CMake_FAQ

Follow this link to subscribe/unsubscribe:
http://www.cmake.org/mailman/listinfo/cmake

Reply via email to