| 57 | } |
| 58 | |
| 59 | bool cmDepends::Finalize(std::ostream& /*unused*/, std::ostream& /*unused*/) |
| 60 | { |
| 61 | return true; |
| 62 | } |
| 63 | |
| 64 | bool cmDepends::Check(std::string const& makeFile, |
| 65 | std::string const& internalFile, |
no outgoing calls
no test coverage detected