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

Method GetMakefile

Source/CTest/cmCTestScriptHandler.h:51–51  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

49 void CreateCMake();
50 cmake* GetCMake() { return this->CMake.get(); }
51 cmMakefile* GetMakefile() { return this->Makefile.get(); }
52
53private:
54 // reads in a script

Callers 15

ExecuteUpdateMethod · 0.45
InitializeHandlerMethod · 0.45
InitializeHandlerMethod · 0.45
operator()Method · 0.45
ReadSubdirectoryFunction · 0.45
InitialPassMethod · 0.45
InitializeHandlerMethod · 0.45
ExecuteUploadMethod · 0.45

Calls 1

getMethod · 0.45

Tested by

no test coverage detected