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

Method GetDestination

Source/cmInstallFileSetGenerator.cxx:93–98  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

91}
92
93std::string cmInstallFileSetGenerator::GetDestination(
94 std::string const& config) const
95{
96 return cmGeneratorExpression::Evaluate(this->Destination,
97 this->LocalGenerator, config);
98}
99
100void cmInstallFileSetGenerator::GenerateScriptForConfig(
101 std::ostream& os, std::string const& config, Indent indent)

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected