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

Function register_c_compiler

v2/tools/builtin.py:564–566  ·  view source on GitHub ↗
(id, source_types, target_types, requirements, optional_properties = [])

Source from the content-addressed store, hash-verified

562 return CompileAction
563
564def register_c_compiler (id, source_types, target_types, requirements, optional_properties = []):
565 g = CCompilingGenerator (id, False, source_types, target_types, requirements + optional_properties)
566 return generators.register (g)
567
568
569class LinkingGenerator (generators.Generator):

Callers

nothing calls this directly

Calls 2

CCompilingGeneratorClass · 0.85
registerMethod · 0.45

Tested by

no test coverage detected