private LanguageSourceSetNativeDependencySet(HeaderExportingSourceSet sourceSet) {
this.sourceSet = sourceSet;
}
public FileCollection getIncludeRoots() {
return new AbstractFileCollection() {
@Override
public String getDisplayName() {
return "Include roots of " + sourceSet.getName();
}