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

Method GetLinkDependencyFile

Source/cmLocalGenerator.cxx:3715–3719  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3713}
3714
3715std::string cmLocalGenerator::GetLinkDependencyFile(
3716 cmGeneratorTarget* /*target*/, std::string const& /*config*/) const
3717{
3718 return "link.d";
3719}
3720
3721void cmLocalGenerator::AppendModuleDefinitionFlag(
3722 std::string& flags, cmGeneratorTarget const* target,

Callers 3

WriteLinkStatementMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected