| 91 | } |
| 92 | |
| 93 | std::string cmInstallFileSetGenerator::GetDestination( |
| 94 | std::string const& config) const |
| 95 | { |
| 96 | return cmGeneratorExpression::Evaluate(this->Destination, |
| 97 | this->LocalGenerator, config); |
| 98 | } |
| 99 | |
| 100 | void cmInstallFileSetGenerator::GenerateScriptForConfig( |
| 101 | std::ostream& os, std::string const& config, Indent indent) |
no outgoing calls
no test coverage detected