MCPcopy Create free account
hub / github.com/boostorg/build / adjust_properties

Method adjust_properties

v2/tools/builtin.py:541–548  ·  view source on GitHub ↗

For all virtual targets for the same dependency graph as self, i.e. which belong to the same main target, add their directories to include path.

(self, prop_set)

Source from the content-addressed store, hash-verified

539 virtual_target.Action.__init__ (self, manager, sources, action_name, prop_set)
540
541 def adjust_properties (self, prop_set):
542 """ For all virtual targets for the same dependency graph as self,
543 i.e. which belong to the same main target, add their directories
544 to include path.
545 """
546 s = self.targets () [0].creating_subvariant ()
547
548 return prop_set.add_raw (s.implicit_includes ('include', 'H'))
549
550class CCompilingGenerator (generators.Generator):
551 """ Declare a special compiler generator.

Callers

nothing calls this directly

Calls 1

targetsMethod · 0.80

Tested by

no test coverage detected