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

Method GetObjectOutputRoot

Source/cmLocalUnixMakefileGenerator3.cxx:204–212  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

202}
203
204std::string cmLocalUnixMakefileGenerator3::GetObjectOutputRoot(
205 cmStateEnums::IntermediateDirKind kind) const
206{
207 if (this->UseShortObjectNames(kind)) {
208 return cmStrCat(this->GetCurrentBinaryDirectory(), '/',
209 this->GetGlobalGenerator()->GetShortBinaryOutputDir());
210 }
211 return cmStrCat(this->GetCurrentBinaryDirectory(), "/CMakeFiles");
212}
213
214void cmLocalUnixMakefileGenerator3::ComputeHomeRelativeOutputPath()
215{

Callers

nothing calls this directly

Calls 4

cmStrCatFunction · 0.70
UseShortObjectNamesMethod · 0.45
GetGlobalGeneratorMethod · 0.45

Tested by

no test coverage detected