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

Method MaybeRelativeToWorkDir

Source/cmLocalNinjaGenerator.cxx:196–201  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

194}
195
196std::string cmLocalNinjaGenerator::MaybeRelativeToWorkDir(
197 std::string const& path) const
198{
199 return this->GetGlobalNinjaGenerator()->NinjaOutputPath(
200 this->MaybeRelativeToTopBinDir(path));
201}
202
203std::string cmLocalNinjaGenerator::GetLinkDependencyFile(
204 cmGeneratorTarget* target, std::string const& config) const

Callers 4

GetManifestsMethod · 0.45
GetTargetFortranFlagsMethod · 0.45

Calls 3

NinjaOutputPathMethod · 0.80

Tested by

no test coverage detected