Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
BuildsystemFileScope
Method · 0.80
LoadFlagTable
Method · 0.80
cmakemainGetMakefile
Function · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected