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

Method GetFullNameImported

Source/cmGeneratorTarget.cxx:3806–3811  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3804}
3805
3806std::string cmGeneratorTarget::GetFullNameImported(
3807 std::string const& config, cmStateEnums::ArtifactType artifact) const
3808{
3809 return cmSystemTools::GetFilenameName(
3810 this->Target->ImportedGetFullPath(config, artifact));
3811}
3812
3813cmGeneratorTarget::NameComponents const&
3814cmGeneratorTarget::GetFullNameInternalComponents(

Callers 1

GetFullNameMethod · 0.95

Calls 1

ImportedGetFullPathMethod · 0.80

Tested by

no test coverage detected