MCPcopy Create free account
hub / github.com/Kitware/CMake / ConvertPath

Method ConvertPath

Source/cmVisualStudio10TargetGenerator.cxx:1976–1983  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1974}
1975
1976std::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
1985static void ConvertToWindowsSlash(std::string& s)
1986{

Callers 10

WriteGroupSourcesMethod · 0.95
WriteSourceMethod · 0.95
WriteClOptionsMethod · 0.95
ComputeCudaOptionsMethod · 0.95
WriteManifestOptionsMethod · 0.95
WriteMissingFilesWP80Method · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected