| 79 | } |
| 80 | |
| 81 | std::string GetRealDir(std::string const& path) |
| 82 | { |
| 83 | return cmSystemTools::GetFilenamePath(cmSystemTools::GetRealPath(path)); |
| 84 | } |
| 85 | |
| 86 | Json::Value ReadJson(std::string const& fileName) |
| 87 | { |
nothing calls this directly
no test coverage detected
searching dependent graphs…