| 59 | } |
| 60 | |
| 61 | std::string cmInstallFilesGenerator::GetRename(std::string const& config) const |
| 62 | { |
| 63 | return cmGeneratorExpression::Evaluate(this->Rename, this->LocalGenerator, |
| 64 | config); |
| 65 | } |
| 66 | |
| 67 | std::vector<std::string> cmInstallFilesGenerator::GetFiles( |
| 68 | std::string const& config) const |
no outgoing calls
no test coverage detected