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