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

Method GetCMakeInstance

Source/cmLocalGenerator.cxx:4719–4722  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

4717}
4718
4719cmake* cmLocalGenerator::GetCMakeInstance() const
4720{
4721 return this->GlobalGenerator->GetCMakeInstance();
4722}
4723
4724std::string const& cmLocalGenerator::GetSourceDirectory() const
4725{

Callers 13

IssueMessageMethod · 0.95
AddCompileOptionsMethod · 0.95
GetStateMethod · 0.45
AppendFlagsMethod · 0.45
CreateGeneratedSourceFunction · 0.45
AddCustomCommandFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected