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

Method GetFullName

Source/cmGeneratorTarget.cxx:1757–1764  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1755}
1756
1757std::string cmGeneratorTarget::GetFullName(
1758 std::string const& config, cmStateEnums::ArtifactType artifact) const
1759{
1760 if (this->IsImported()) {
1761 return this->GetFullNameImported(config, artifact);
1762 }
1763 return this->GetFullNameInternal(config, artifact);
1764}
1765
1766std::string cmGeneratorTarget::GetInstallNameDirForBuildTree(
1767 std::string const& config) const

Callers 15

GetAppBundleDirectoryMethod · 0.95
NormalGetFullPathMethod · 0.95
AddSourceGroupMethod · 0.45
CreateXCodeTargetMethod · 0.45
CreateOrGetPBXGroupMethod · 0.45
WriteGroupsMethod · 0.45
WriteSourcesMethod · 0.45
WriteConfigurationMethod · 0.45
OutputBuildToolMethod · 0.45

Calls 3

IsImportedMethod · 0.95
GetFullNameImportedMethod · 0.95
GetFullNameInternalMethod · 0.95

Tested by

no test coverage detected