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

Method GetRename

Source/cmInstallFilesGenerator.cxx:61–65  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

59}
60
61std::string cmInstallFilesGenerator::GetRename(std::string const& config) const
62{
63 return cmGeneratorExpression::Evaluate(this->Rename, this->LocalGenerator,
64 config);
65}
66
67std::vector<std::string> cmInstallFilesGenerator::GetFiles(
68 std::string const& config) const

Callers 5

AddFilesInstallRuleMethod · 0.95
HandleFilesModeFunction · 0.80
DumpInstallerMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected