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

Method GetDestination

Source/cmInstallDirectoryGenerator.cxx:118–123  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

116}
117
118std::string cmInstallDirectoryGenerator::GetDestination(
119 std::string const& config) const
120{
121 return cmGeneratorExpression::Evaluate(this->Destination,
122 this->LocalGenerator, config);
123}

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected