Hi,<br><br>I have a program A depending on two internal libraries, B and C. A, B and C are build by CMake script and can be built independantly (A that also build B and C, B only and C only).<br><br>When generating VS8 solutions, A, B and C are separated into project in the IDE, which is good. If I can, I can only build B or C. I guess its the same thing with my NMake generation and etc. 
<br><br>But when submitting A results to the Dart server, it also contains B and C results.<br><br>Is it possible to separate these when doing submission to Dart ? I would like to do one submission (of the entire A project) but have separated A, B and C results in Dart so the navigation would be easier. Also, I don&#39;t want A to contain B and C results in Dart. I want the result to be completly separated.
<br><br>Something like:<br><br>A (5err, 6warn)<br>&nbsp;&nbsp; B(10err, 9warn)<br>&nbsp;&nbsp; C(0err, 10warn)<br><br>If this is not possible, what other alternatives exist ?<br><br>Regards,<br>FĂ©lix C. Morency<br>