| 658 | } |
| 659 | |
| 660 | std::string cmExtraCodeLiteGenerator::GetRebuildCommand( |
| 661 | cmMakefile const* mf, std::string const& targetName) const |
| 662 | { |
| 663 | return cmStrCat(this->GetCleanCommand(mf, targetName), " && ", |
| 664 | this->GetBuildCommand(mf, targetName)); |
| 665 | } |
| 666 | |
| 667 | std::string cmExtraCodeLiteGenerator::GetSingleFileBuildCommand( |
| 668 | cmMakefile const* mf) const |
no test coverage detected