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

Method GetCurrentMakefile

Source/cmGlobalGenerator.h:316–319  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

314 cmLocalGenerator* lg) const;
315
316 cmMakefile* GetCurrentMakefile() const
317 {
318 return this->CurrentConfigureMakefile;
319 }
320
321 void SetCurrentMakefile(cmMakefile* mf)
322 {

Callers 3

BuildsystemFileScopeMethod · 0.80
LoadFlagTableMethod · 0.80
cmakemainGetMakefileFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected