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

Method SetCurrentMakefile

Source/cmGlobalGenerator.h:321–324  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

319 }
320
321 void SetCurrentMakefile(cmMakefile* mf)
322 {
323 this->CurrentConfigureMakefile = mf;
324 }
325
326 void AddMakefile(std::unique_ptr<cmMakefile> mf);
327

Callers 3

GenerateMethod · 0.95
BuildsystemFileScopeMethod · 0.80
~BuildsystemFileScopeMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected