| 1974 | } |
| 1975 | |
| 1976 | std::string cmVisualStudio10TargetGenerator::ConvertPath( |
| 1977 | std::string const& path, bool forceRelative) |
| 1978 | { |
| 1979 | return forceRelative |
| 1980 | ? cmSystemTools::RelativePath( |
| 1981 | this->LocalGenerator->GetCurrentBinaryDirectory(), path) |
| 1982 | : path; |
| 1983 | } |
| 1984 | |
| 1985 | static void ConvertToWindowsSlash(std::string& s) |
| 1986 | { |
no outgoing calls
no test coverage detected