| 492 | |
| 493 | cmCMakePath GetRelativePath() const { return this->Path.relative_path(); } |
| 494 | cmCMakePath GetParentPath() const { return this->Path.parent_path(); } |
| 495 | |
| 496 | // Generation |
| 497 | cmCMakePath Normal() const |
no outgoing calls
no test coverage detected