Searched refs:local_include_paths (Results 1 – 2 of 2) sorted by relevance
39 local_include_paths: List[str] = field(default_factory=list) variable in ProjectGroup89 self.local_include_paths or101 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,
93 group.local_include_paths = kwargs.get('LOCAL_CPPPATH', [])
Completed in 9 milliseconds