| 3548 | } |
| 3549 | |
| 3550 | std::string cmGeneratorTarget::GetFullPath(std::string const& config, |
| 3551 | cmStateEnums::ArtifactType artifact, |
| 3552 | bool realname) const |
| 3553 | { |
| 3554 | if (this->IsImported()) { |
| 3555 | return this->Target->ImportedGetFullPath(config, artifact); |
| 3556 | } |
| 3557 | return this->NormalGetFullPath(config, artifact, realname); |
| 3558 | } |
| 3559 | |
| 3560 | std::string cmGeneratorTarget::NormalGetFullPath( |
| 3561 | std::string const& config, cmStateEnums::ArtifactType artifact, |