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