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

Method IsRootMakefile

Source/cmMakefile.cxx:1496–1499  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1494}
1495
1496bool cmMakefile::IsRootMakefile() const
1497{
1498 return !this->StateSnapshot.GetBuildsystemDirectoryParent().IsValid();
1499}
1500
1501class cmMakefile::BuildsystemFileScope : public FileScopeBase
1502{

Callers 11

ConfigureMethod · 0.95
CreateIfAnyMethod · 0.45
WriteLocalMakefileMethod · 0.45
cmProjectCommandFunction · 0.45
TopLevelCMakeVarCondSetFunction · 0.45
GenerateMethod · 0.45
WriteDirectoryRule2Method · 0.45
WriteDirectoryRules2Method · 0.45
WriteHelpRuleMethod · 0.45

Calls 2

IsValidMethod · 0.45

Tested by

no test coverage detected