On Thursday 09 August 2007 12:57, Juan Sanchez wrote:
> I've been trying to find a good explanation of how the "/fast" target
> works online?  Is there a place where the exact behavior documented?
>
> Also my concern is that adding a source file to CMakeLists.txt file
> triggers a rebuild of all source files?  Can this be averted by having

No, it doesn't.
You really only get rebuilds if they are required (e.g. if a header changes or 
if some compile flag is changed).

Bye
Alex
_______________________________________________
CMake mailing list
CMake@cmake.org
http://www.cmake.org/mailman/listinfo/cmake

Reply via email to