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

Method GetDestination

Source/cmInstallFilesGenerator.cxx:54–59  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

52}
53
54std::string cmInstallFilesGenerator::GetDestination(
55 std::string const& config) const
56{
57 return cmGeneratorExpression::Evaluate(this->Destination,
58 this->LocalGenerator, config);
59}
60
61std::string cmInstallFilesGenerator::GetRename(std::string const& config) const
62{

Callers 1

AddFilesInstallRuleMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected