Ejemplo n.º 1
0
 def headers(self):
     include_path = join_path(self.component_path, 'include')
     return find_headers('*', include_path, recursive=True)
Ejemplo n.º 2
0
Archivo: oneapi.py Proyecto: eic/spack
 def headers(self):
     include_path = '%s/%s/latest/include' % (
         self.prefix, self._dir_name)
     return find_headers('*', include_path, recursive=True)