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

Method generated_targets

v2/tools/unix.py:29–41  ·  view source on GitHub ↗
(self, sources, prop_set, project, name)

Source from the content-addressed store, hash-verified

27 return result
28
29 def generated_targets (self, sources, prop_set, project, name):
30 sources2 = []
31 libraries = []
32 for l in sources:
33 if type.is_derived (l.type (), 'LIB'):
34 libraries.append (l)
35
36 else:
37 sources2.append (l)
38
39 sources = sources2 + order_libraries (libraries)
40
41 return builtin.LinkingGenerator.generated_targets (self, sources, prop_set, project, name)
42
43
44class UnixArchiveGenerator (builtin.ArchiveGenerator):

Callers

nothing calls this directly

Calls 2

order_librariesFunction · 0.85
appendMethod · 0.80

Tested by

no test coverage detected