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

Method GetCMakeInstance

Source/cmGlobalGenerator.h:301–301  ·  view source on GitHub ↗

Get the CMake instance

Source from the content-addressed store, hash-verified

299
300 //! Get the CMake instance
301 cmake* GetCMakeInstance() const { return this->CMakeInstance; }
302
303 void SetConfiguredFilesPath(cmGlobalGenerator* gen);
304 std::vector<std::unique_ptr<cmMakefile>> const& GetMakefiles() const

Callers 15

CheckTargetsForTypeMethod · 0.95
EnableLanguageMethod · 0.95
ConfigureMethod · 0.95
ComputeMethod · 0.95
GenerateMethod · 0.95
WriteInstallJsonMethod · 0.95
CheckTargetPropertiesMethod · 0.95
BuildMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected