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