| 218 | } |
| 219 | |
| 220 | void cmGlobalGhsMultiGenerator::WriteFileHeader(std::ostream& fout) |
| 221 | { |
| 222 | /* clang-format off */ |
| 223 | fout << "#!gbuild\n" |
| 224 | "#\n" |
| 225 | "# CMAKE generated file: DO NOT EDIT!\n" |
| 226 | "# Generated by \"" << GetActualName() << "\"" |
| 227 | " Generator, CMake Version " << cmVersion::GetMajorVersion() << '.' |
| 228 | << cmVersion::GetMinorVersion() << "\n" |
| 229 | "#\n\n"; |
| 230 | /* clang-format on */ |
| 231 | } |
| 232 | |
| 233 | void cmGlobalGhsMultiGenerator::WriteCustomRuleBOD(std::ostream& fout) |
| 234 | { |
no outgoing calls
no test coverage detected