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

Method GetFullPath

Source/cmGeneratorTarget.cxx:3550–3558  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3548}
3549
3550std::string cmGeneratorTarget::GetFullPath(std::string const& config,
3551 cmStateEnums::ArtifactType artifact,
3552 bool realname) const
3553{
3554 if (this->IsImported()) {
3555 return this->Target->ImportedGetFullPath(config, artifact);
3556 }
3557 return this->NormalGetFullPath(config, artifact, realname);
3558}
3559
3560std::string cmGeneratorTarget::NormalGetFullPath(
3561 std::string const& config, cmStateEnums::ArtifactType artifact,

Callers 15

MaybeGetLocationMethod · 0.95
FindFullPathMethod · 0.45
CreateGroupsMethod · 0.45
CreateXCodeObjectsMethod · 0.45
WriteGroupsMethod · 0.45
WriteTargetBuildRulesMethod · 0.45
operator()Method · 0.45
WriteObjectRuleFilesMethod · 0.45

Calls 3

IsImportedMethod · 0.95
NormalGetFullPathMethod · 0.95
ImportedGetFullPathMethod · 0.80

Tested by 1