Add default include directories to headercheck targets

The headercheck utilites in our buildsystem create a set of libraries that are compile with make headercheck. These libraries are created automatically and there are not many ways to influence the behavior. Currently, this feature does not work, if a module activates the target-based include directories, since the headercheck libraries are not linked against the module library. With this MR, we at least set the some include directories to these targets.

Merge request reports

Loading