| 100 | } |
| 101 | |
| 102 | void cmScriptGenerator::GenerateScriptForConfig(std::ostream& /*unused*/, |
| 103 | std::string const& /*unused*/, |
| 104 | Indent /*unused*/) |
| 105 | { |
| 106 | // No actions for this generator. |
| 107 | } |
| 108 | |
| 109 | bool cmScriptGenerator::GeneratesForConfig(std::string const& config) |
| 110 | { |
no outgoing calls
no test coverage detected