| 52 | } |
| 53 | |
| 54 | std::string cmInstallFilesGenerator::GetDestination( |
| 55 | std::string const& config) const |
| 56 | { |
| 57 | return cmGeneratorExpression::Evaluate(this->Destination, |
| 58 | this->LocalGenerator, config); |
| 59 | } |
| 60 | |
| 61 | std::string cmInstallFilesGenerator::GetRename(std::string const& config) const |
| 62 | { |