| 1755 | } |
| 1756 | |
| 1757 | std::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 | |
| 1766 | std::string cmGeneratorTarget::GetInstallNameDirForBuildTree( |
| 1767 | std::string const& config) const |
no test coverage detected