| 1591 | } |
| 1592 | |
| 1593 | void cmMakefileTargetGenerator::DriveCustomCommands( |
| 1594 | std::vector<std::string>& depends) |
| 1595 | { |
| 1596 | // Depend on all custom command outputs. |
| 1597 | cm::append(depends, this->CustomCommandOutputs); |
| 1598 | } |
| 1599 | |
| 1600 | void cmMakefileTargetGenerator::WriteObjectDependRules( |
| 1601 | cmSourceFile const& source, std::vector<std::string>& depends) |
no test coverage detected