MCPcopy Create free account
hub / github.com/Kitware/CMake / GetRebuildCommand

Method GetRebuildCommand

Source/cmExtraCodeLiteGenerator.cxx:660–665  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

658}
659
660std::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
667std::string cmExtraCodeLiteGenerator::GetSingleFileBuildCommand(
668 cmMakefile const* mf) const

Callers 1

Calls 3

GetCleanCommandMethod · 0.95
GetBuildCommandMethod · 0.95
cmStrCatFunction · 0.70

Tested by

no test coverage detected