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

Method GetDestination

Source/cmInstallTargetGenerator.cxx:476–481  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

474}
475
476std::string cmInstallTargetGenerator::GetDestination(
477 std::string const& config) const
478{
479 return cmGeneratorExpression::Evaluate(
480 this->Destination, this->Target->GetLocalGenerator(), config);
481}
482
483std::string cmInstallTargetGenerator::GetInstallFilename(
484 std::string const& config) const

Callers 1

Calls 1

GetLocalGeneratorMethod · 0.45

Tested by

no test coverage detected