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

Function target_include_many

src/engine/rules.cpp:86–91  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers 1

builtin_dependsFunction · 0.85

Calls 2

get_target_includesFunction · 0.85
targetlistFunction · 0.85

Tested by

no test coverage detected