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

Method MakeEchoProgress

Source/cmMakefileTargetGenerator.cxx:1822–1830  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1820}
1821
1822void cmMakefileTargetGenerator::MakeEchoProgress(
1823 cmLocalUnixMakefileGenerator3::EchoProgress& progress) const
1824{
1825 progress.Dir =
1826 cmStrCat(this->LocalGenerator->GetBinaryDirectory(), "/CMakeFiles");
1827 std::ostringstream progressArg;
1828 progressArg << "$(CMAKE_PROGRESS_" << this->NumberOfProgressActions << ")";
1829 progress.Arg = progressArg.str();
1830}
1831
1832void cmMakefileTargetGenerator::WriteObjectsVariable(
1833 std::string& variableName, std::string& variableNameExternal,

Calls 2

strMethod · 0.80
cmStrCatFunction · 0.70

Tested by

no test coverage detected