<html>
<head>
<style><!--
.hmmessage P
{
margin:0px;
padding:0px
}
body.hmmessage
{
font-size: 10pt;
font-family:Tahoma
}
--></style>
</head>
<body class='hmmessage'>
Hi,<br><br>> For example, when you add a C++ source file,<br>> you'll need to run cmake and then make.<br><br>make will automatically re-run cmake, if the cmake files have changed.<br>I guess, there will be some IDEs automatically generating cmake files in the future.<br><br>> generate n Makefiles so that each CPU is responsible for just their parts<br><br>you might want to try make -j. I guess, this is exactly what you are searching for.<br><br>Best regards,<br>Andreas<br>                                            </body>
</html>