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

Method GenerateScriptConfigs

Source/cmScriptGenerator.cxx:84–91  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

82}
83
84void cmScriptGenerator::GenerateScriptConfigs(std::ostream& os, Indent indent)
85{
86 if (this->ActionsPerConfig) {
87 this->GenerateScriptActionsPerConfig(os, indent);
88 } else {
89 this->GenerateScriptActionsOnce(os, indent);
90 }
91}
92
93void cmScriptGenerator::GenerateScriptActions(std::ostream& os, Indent indent)
94{

Callers 1

GenerateScriptMethod · 0.95

Tested by

no test coverage detected