| 474 | } |
| 475 | |
| 476 | std::string cmInstallTargetGenerator::GetDestination( |
| 477 | std::string const& config) const |
| 478 | { |
| 479 | return cmGeneratorExpression::Evaluate( |
| 480 | this->Destination, this->Target->GetLocalGenerator(), config); |
| 481 | } |
| 482 | |
| 483 | std::string cmInstallTargetGenerator::GetInstallFilename( |
| 484 | std::string const& config) const |
no test coverage detected