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

Function target_include_many

v2/engine/rules.c:87–92  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

85}
86
87void target_include_many( TARGET * const including, LIST * const included_names
88 )
89{
90 TARGET * const internal = get_target_includes( including );
91 internal->depends = targetlist( internal->depends, included_names );
92}
93
94
95/*

Callers 1

builtin_dependsFunction · 0.85

Calls 2

get_target_includesFunction · 0.85
targetlistFunction · 0.85

Tested by

no test coverage detected