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

Method RecordTargetProgress

Source/cmGlobalUnixMakefileGenerator3.cxx:864–870  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

862}
863
864void cmGlobalUnixMakefileGenerator3::RecordTargetProgress(
865 cmMakefileTargetGenerator* tg)
866{
867 TargetProgress& tp = this->ProgressMap[tg->GetGeneratorTarget()];
868 tp.NumberOfActions = tg->GetNumberOfProgressActions();
869 tp.VariableFile = tg->GetProgressFileNameFull();
870}
871
872void cmGlobalUnixMakefileGenerator3::TargetProgress::WriteProgressVariables(
873 unsigned long total, unsigned long& current)

Callers 1

GenerateMethod · 0.80

Calls 3

GetGeneratorTargetMethod · 0.45

Tested by

no test coverage detected