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

Method CreateLinkLineComputer

Source/cmGlobalGenerator.cxx:2004–2008  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2002}
2003
2004std::unique_ptr<cmLinkLineComputer> cmGlobalGenerator::CreateLinkLineComputer(
2005 cmOutputConverter* outputConverter, cmStateDirectory const& stateDir) const
2006{
2007 return cm::make_unique<cmLinkLineComputer>(outputConverter, stateDir);
2008}
2009
2010std::unique_ptr<cmLinkLineComputer>
2011cmGlobalGenerator::CreateMSVC60LinkLineComputer(

Callers 8

WriteExecutableRuleMethod · 0.45
WriteTargetLinkLineMethod · 0.45
WriteLibraryRulesMethod · 0.45
WriteLinkStatementMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected