| 116 | } |
| 117 | |
| 118 | std::string cmInstallDirectoryGenerator::GetDestination( |
| 119 | std::string const& config) const |
| 120 | { |
| 121 | return cmGeneratorExpression::Evaluate(this->Destination, |
| 122 | this->LocalGenerator, config); |
| 123 | } |
no outgoing calls
no test coverage detected