| 268 | } |
| 269 | |
| 270 | std::string cmInstallRuntimeDependencySetGenerator::GetDestination( |
| 271 | std::string const& config) const |
| 272 | { |
| 273 | return cmGeneratorExpression::Evaluate(this->Destination, |
| 274 | this->LocalGenerator, config); |
| 275 | } |
no outgoing calls
no test coverage detected