Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
247
std::string cmInstallExportGenerator::GetDestinationFile() const
248
{
249
return cmStrCat(this->Destination,
'/'
, this->FileName);
250
}
Callers
1
FindExportInfo
Method · 0.80
Calls
1
cmStrCat
Function · 0.70
Tested by
no test coverage detected