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

Method GenerateScriptActions

Source/cmInstallFilesGenerator.cxx:94–102  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

92}
93
94void cmInstallFilesGenerator::GenerateScriptActions(std::ostream& os,
95 Indent indent)
96{
97 if (this->ActionsPerConfig) {
98 this->cmInstallGenerator::GenerateScriptActions(os, indent);
99 } else {
100 this->AddFilesInstallRule(os, "", indent, this->Files);
101 }
102}
103
104void cmInstallFilesGenerator::GenerateScriptForConfig(
105 std::ostream& os, std::string const& config, Indent indent)

Callers

nothing calls this directly

Calls 1

AddFilesInstallRuleMethod · 0.95

Tested by

no test coverage detected