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

Method RelativeToBinary

Source/cmGlobalXCodeGenerator.cxx:5346–5349  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

5344}
5345
5346std::string cmGlobalXCodeGenerator::RelativeToBinary(std::string const& p)
5347{
5348 return this->CurrentRootGenerator->MaybeRelativeToCurBinDir(p);
5349}
5350
5351std::string cmGlobalXCodeGenerator::XCodeEscapePath(std::string const& p)
5352{

Callers 2

CreateXCodeObjectsMethod · 0.95

Calls 1

Tested by

no test coverage detected