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

Method IsRootMakefile

Source/cmLocalGenerator.cxx:863–866  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

861}
862
863bool cmLocalGenerator::IsRootMakefile() const
864{
865 return !this->StateSnapshot.GetBuildsystemDirectoryParent().IsValid();
866}
867
868cmState* cmLocalGenerator::GetState() const
869{

Callers

nothing calls this directly

Calls 2

IsValidMethod · 0.45

Tested by

no test coverage detected