MCPcopy Create free account
hub / github.com/Kitware/CMake / WriteFileHeader

Method WriteFileHeader

Source/cmGlobalGhsMultiGenerator.cxx:220–231  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

218}
219
220void 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
233void cmGlobalGhsMultiGenerator::WriteCustomRuleBOD(std::ostream& fout)
234{

Callers 5

WriteTopLevelProjectMethod · 0.95
WriteTargetsMethod · 0.95
GenerateMethod · 0.95
GenerateTargetMethod · 0.80
WriteSourcesMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected