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

Method GetDestinationFile

Source/cmInstallExportGenerator.cxx:247–250  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

245}
246
247std::string cmInstallExportGenerator::GetDestinationFile() const
248{
249 return cmStrCat(this->Destination, '/', this->FileName);
250}

Callers 1

FindExportInfoMethod · 0.80

Calls 1

cmStrCatFunction · 0.70

Tested by

no test coverage detected