| 3788 | } |
| 3789 | |
| 3790 | std::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 | |
| 3798 | std::string cmGeneratorTarget::ImportedGetLocation( |
| 3799 | std::string const& config) const |
no outgoing calls
no test coverage detected