MCPcopy Create free account
hub / github.com/Kitware/CMake / AddUtility

Method AddUtility

Source/cmTarget.cxx:1205–1210  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1203}
1204
1205void cmTarget::AddUtility(std::string const& name, bool cross,
1206 cmMakefile const* mf)
1207{
1208 this->impl->Utilities.insert(BT<std::pair<std::string, bool>>(
1209 { name, cross }, mf ? mf->GetBacktrace() : cmListFileBacktrace()));
1210}
1211
1212void cmTarget::AddUtility(BT<std::pair<std::string, bool>> util)
1213{

Callers 15

AddExtraTargetsMethod · 0.80
CreateGlobalTargetMethod · 0.80
FollowNameMethod · 0.80
IsUtilityMethod · 0.80
CheckCustomCommandMethod · 0.80
AddAllTargetMethod · 0.80
InitAutogenTargetMethod · 0.80
InitRccTargetsMethod · 0.80
AddExtraIDETargetsMethod · 0.80
AddObjectDependsMethod · 0.80

Calls 5

moveFunction · 0.85
emplaceMethod · 0.80
cmListFileBacktraceClass · 0.70
insertMethod · 0.45
GetBacktraceMethod · 0.45

Tested by

no test coverage detected