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