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

Method GetShortBinaryOutputDir

Source/cmGlobalGenerator.cxx:2136–2139  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2134}
2135
2136std::string cmGlobalGenerator::GetShortBinaryOutputDir() const
2137{
2138 return ".o";
2139}
2140
2141std::string cmGlobalGenerator::ComputeTargetShortName(
2142 std::string const& bindir, std::string const& targetName) const

Callers 4

GetObjectOutputRootMethod · 0.45
GetObjectOutputRootMethod · 0.45
GetObjectOutputRootMethod · 0.45
GetObjectOutputRootMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected