| 3538 | } |
| 3539 | |
| 3540 | std::string cmGeneratorTarget::GetImportedLibName( |
| 3541 | std::string const& config) const |
| 3542 | { |
| 3543 | if (cmGeneratorTarget::ImportInfo const* info = |
| 3544 | this->GetImportInfo(config)) { |
| 3545 | return info->LibName; |
| 3546 | } |
| 3547 | return std::string(); |
| 3548 | } |
| 3549 | |
| 3550 | std::string cmGeneratorTarget::GetFullPath(std::string const& config, |
| 3551 | cmStateEnums::ArtifactType artifact, |