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

Function target_include

src/engine/rules.cpp:80–84  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls 2

get_target_includesFunction · 0.85
targetentryFunction · 0.85

Tested by

no test coverage detected