Re: CMake build system progress
Felix Salfelder <[email protected]>
| Newsgroups | gmane.comp.gnu.gnucap.devel |
|---|---|
| Message-ID | <[email protected]> |
On Thu, May 22, 2014 at 08:54:04AM -0500, Kevin Zheng wrote: > CMake does automatic dependency scanning and tracking, so if the > configuration changes only the files that are affected are recompiled. > Autotools does something similar, but I don't believe that it scans for > header file dependencies. FYI: automake asks the compiler about dependencies. of course this includes header files (anything else would be useless, don't you think?). lets hope cmake does the same. cheers felix