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

Method ConvertToFastbuildPath

Source/cmFastbuildTargetGenerator.cxx:831–835  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

829}
830
831std::string cmFastbuildTargetGenerator::ConvertToFastbuildPath(
832 std::string const& path) const
833{
834 return GetGlobalGenerator()->ConvertToFastbuildPath(path);
835}
836
837cmGlobalFastbuildGenerator* cmFastbuildTargetGenerator::GetGlobalGenerator()
838 const

Callers 15

AddOutputMethod · 0.95
GetDependsMethod · 0.95
GenerateCommandsMethod · 0.95
AdditionalCleanFilesMethod · 0.45
GenerateMethod · 0.45
operator()Method · 0.45
AdditionalCleanFilesMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected