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

Method GetDestination

Source/cmInstallRuntimeDependencySetGenerator.cxx:270–275  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

268}
269
270std::string cmInstallRuntimeDependencySetGenerator::GetDestination(
271 std::string const& config) const
272{
273 return cmGeneratorExpression::Evaluate(this->Destination,
274 this->LocalGenerator, config);
275}

Calls

no outgoing calls

Tested by

no test coverage detected