Targets missing inherited include paths
This commit is contained in:
@@ -58,6 +58,8 @@ class _FlattenContext:
|
||||
return self._srcs_list
|
||||
|
||||
def inherit_target(self, target: Target) -> None:
|
||||
for inc in target.incs.includes: self.append_inc(inc)
|
||||
for drn in target.incs.libraries: self.append_dir(drn)
|
||||
for opt in target.opts: self.append_opt(opt)
|
||||
for dfn in target.defs: self.append_def(dfn)
|
||||
for dep in target.deps: self.append_dep(dep)
|
||||
|
||||
Reference in New Issue
Block a user