| 29 | } |
| 30 | |
| 31 | cmOutputConverter::cmOutputConverter(cmStateSnapshot const& snapshot) |
| 32 | : StateSnapshot(snapshot) |
| 33 | { |
| 34 | assert(this->StateSnapshot.IsValid()); |
| 35 | this->ComputeRelativePathTopSource(); |
| 36 | this->ComputeRelativePathTopBinary(); |
| 37 | this->ComputeRelativePathTopRelation(); |
| 38 | } |
| 39 | |
| 40 | void cmOutputConverter::ComputeRelativePathTopSource() |
| 41 | { |
nothing calls this directly
no test coverage detected