| 163 | } |
| 164 | |
| 165 | void cmGraphVizWriter::OnIndirectLink(cmLinkItem const& depender, |
| 166 | cmLinkItem const& dependee) |
| 167 | { |
| 168 | this->VisitLink(depender, dependee, false); |
| 169 | } |
| 170 | |
| 171 | void cmGraphVizWriter::VisitLink(cmLinkItem const& depender, |
| 172 | cmLinkItem const& dependee, bool isDirectLink, |