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

Function target_include

v2/engine/rules.c:81–85  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

79 */
80
81void target_include( TARGET * const including, TARGET * const included )
82{
83 TARGET * const internal = get_target_includes( including );
84 internal->depends = targetentry( internal->depends, included );
85}
86
87void target_include_many( TARGET * const including, LIST * const included_names
88 )

Callers

nothing calls this directly

Calls 2

get_target_includesFunction · 0.85
targetentryFunction · 0.85

Tested by

no test coverage detected