[CMake] dependency checking
Alexander Neundorf
a.neundorf-work at gmx.net
Thu Aug 9 13:10:09 EDT 2007
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
More information about the CMake
mailing list