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

Method GetMakefile

Source/cmLocalGenerator.h:117–117  ·  view source on GitHub ↗

Get the makefile for this generator

Source from the content-addressed store, hash-verified

115
116 //! Get the makefile for this generator
117 cmMakefile* GetMakefile() const { return this->Makefile; }
118
119 //! Get the GlobalGenerator this is associated with
120 cmGlobalGenerator* GetGlobalGenerator() { return this->GlobalGenerator; }

Callers 6

AddCompileOptionsMethod · 0.95
GetTargetCompileFlagsMethod · 0.95
GetSwiftCompileModeMethod · 0.95
IsSplitSwiftBuildMethod · 0.95
AddUnityBuildMethod · 0.95
AppendLWYUFlagsMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected