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

Method GetLinkDependencyFile

Source/cmLocalUnixMakefileGenerator3.cxx:274–278  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

272}
273
274std::string cmLocalUnixMakefileGenerator3::GetLinkDependencyFile(
275 cmGeneratorTarget* target, std::string const& /*config*/) const
276{
277 return cmStrCat(target->GetSupportDirectory(), "/link.d");
278}
279
280void cmLocalUnixMakefileGenerator3::WriteLocalMakefile()
281{

Callers

nothing calls this directly

Calls 2

GetSupportDirectoryMethod · 0.80
cmStrCatFunction · 0.70

Tested by

no test coverage detected