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

Method GenerateScript

Source/cmScriptGenerator.cxx:75–82  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

73}
74
75void cmScriptGenerator::GenerateScript(std::ostream& os)
76{
77 // Track indentation.
78 Indent indent;
79
80 // Generate the script possibly with per-configuration code.
81 this->GenerateScriptConfigs(os, indent);
82}
83
84void cmScriptGenerator::GenerateScriptConfigs(std::ostream& os, Indent indent)
85{

Callers 1

GenerateMethod · 0.95

Calls 1

GenerateScriptConfigsMethod · 0.95

Tested by

no test coverage detected