Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
53
private:
54
// reads in a script
Callers
15
ExecuteUpdate
Method · 0.45
cmCTestEmptyBinaryDirectoryCommand
Function · 0.45
InitializeHandler
Method · 0.45
InitializeHandler
Method · 0.45
operator()
Method · 0.45
ReadSubdirectory
Function · 0.45
InitialPass
Method · 0.45
InitializeHandler
Method · 0.45
ProcessAdditionalValues
Method · 0.45
InitializeActualHandler
Method · 0.45
ProcessAdditionalValues
Method · 0.45
ExecuteUpload
Method · 0.45
Calls
1
get
Method · 0.45
Tested by
no test coverage detected