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

Method GenerateScriptForConfig

Source/cmInstallFilesGenerator.cxx:104–109  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

102}
103
104void cmInstallFilesGenerator::GenerateScriptForConfig(
105 std::ostream& os, std::string const& config, Indent indent)
106{
107 std::vector<std::string> files = this->GetFiles(config);
108 this->AddFilesInstallRule(os, config, indent, files);
109}

Callers

nothing calls this directly

Calls 2

GetFilesMethod · 0.95
AddFilesInstallRuleMethod · 0.95

Tested by

no test coverage detected