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

Method GetFullNameInternal

Source/cmGeneratorTarget.cxx:3790–3796  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3788}
3789
3790std::string cmGeneratorTarget::GetFullNameInternal(
3791 std::string const& config, cmStateEnums::ArtifactType artifact) const
3792{
3793 NameComponents const& components =
3794 this->GetFullNameInternalComponents(config, artifact);
3795 return components.prefix + components.base + components.suffix;
3796}
3797
3798std::string cmGeneratorTarget::ImportedGetLocation(
3799 std::string const& config) const

Callers 2

GetFullNameMethod · 0.95
GetExecutableNamesMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected