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