[CMake] makefile to CMakeLists.txt, possible?

Diablo 666 thediablo666 at hotmail.de
Thu Sep 2 10:44:51 EDT 2010


Hi,

> For example, when you add a C++ source file,
> you'll need to run cmake and then make.

make will automatically re-run cmake, if the cmake files have changed.
I guess, there will be some IDEs automatically generating cmake files in the future.

> generate n Makefiles so that each CPU is responsible for just their parts

you might want to try make -j. I guess, this is exactly what you are searching for.

Best regards,
Andreas
 		 	   		  
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://www.cmake.org/pipermail/cmake/attachments/20100902/ca5c30c5/attachment.htm>


More information about the CMake mailing list