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

Method GetMessenger

Source/cmMakefile.cxx:3359–3362  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3357}
3358
3359cmMessenger* cmMakefile::GetMessenger() const
3360{
3361 return this->GetCMakeInstance()->GetMessenger();
3362}
3363
3364cmGlobalGenerator* cmMakefile::GetGlobalGenerator() const
3365{

Callers 4

ReadDependentFileMethod · 0.95
ReadListFileMethod · 0.95
ReadListFileAsStringMethod · 0.95
ConfigureMethod · 0.95

Calls 1

GetCMakeInstanceMethod · 0.95

Tested by

no test coverage detected