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

Method GenerateScriptActions

Source/cmScriptGenerator.cxx:93–100  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

91}
92
93void cmScriptGenerator::GenerateScriptActions(std::ostream& os, Indent indent)
94{
95 if (this->ActionsPerConfig) {
96 // This is reached for single-configuration build generators in a
97 // per-config script generator.
98 this->GenerateScriptForConfig(os, this->ConfigurationName, indent);
99 }
100}
101
102void cmScriptGenerator::GenerateScriptForConfig(std::ostream& /*unused*/,
103 std::string const& /*unused*/,

Callers 1

Calls 1

Tested by

no test coverage detected