Home
last modified time | relevance | path

Searched refs:local_include_paths (Results 1 – 2 of 2) sorted by relevance

/tools/ng/
A Dproject.py39 local_include_paths: List[str] = field(default_factory=list) variable in ProjectGroup
89 self.local_include_paths or
101 if self.local_include_paths:
102 paths = [os.path.abspath(p) for p in self.local_include_paths]
141 'include_paths': self.include_paths + self.local_include_paths,
A Denvironment.py93 group.local_include_paths = kwargs.get('LOCAL_CPPPATH', [])

Completed in 9 milliseconds