On Tue, 20 Apr 2010 10:53:55 -0700, Peter Kasting <pkast...@google.com>
wrote:
> AIUI, readability isn't the issue, it's the ability for e.g. Visual
Studio
> to correctly understand dependencies itself so that incremental builds
from
> inside the IDE (which is where most Windows Chromium developers do their
> builds) work correctly and are as fast as possible (e.g. the null build
> should take close to zero time and not have to rerun steps or relink
> executables).
I have an other big project running with CMake, but I didn't see such a
problem.
When you declare the correct dependencies CMake does a nerly perfect job
IMHO.
No "rebuild time" when nothing changed and no outdated objectfiles.

- Patrick
_______________________________________________
webkit-dev mailing list
webkit-dev@lists.webkit.org
http://lists.webkit.org/mailman/listinfo.cgi/webkit-dev

Reply via email to