[build2] How to do automatic header dependency extraction?

Boris Kolpackov boris at codesynthesis.com
Mon Nov 6 14:24:27 UTC 2017


Joshua Olson <0joshua.olson1 at gmail.com> writes:

> Is it done implicitly?

Yes, it is extracted and used (to detect when things have to be rebuild,
to handle auto-generated headers, etc) automatically.


> Can I get a list from my project so I can see if paths are configured
> correctly?

You can examine the .d file for each translation unit. Besides other
things it contains the list of included header files.

Boris



More information about the users mailing list