| 102 | } |
| 103 | |
| 104 | void cmInstallFilesGenerator::GenerateScriptForConfig( |
| 105 | std::ostream& os, std::string const& config, Indent indent) |
| 106 | { |
| 107 | std::vector<std::string> files = this->GetFiles(config); |
| 108 | this->AddFilesInstallRule(os, config, indent, files); |
| 109 | } |
nothing calls this directly
no test coverage detected