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

Method GetObjectOutputRoot

Source/cmLocalGenerator.cxx:4681–4689  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

4679}
4680
4681std::string cmLocalGenerator::GetObjectOutputRoot(
4682 cmStateEnums::IntermediateDirKind kind) const
4683{
4684 if (this->UseShortObjectNames(kind)) {
4685 return cmStrCat(this->GetCurrentBinaryDirectory(), '/',
4686 this->GlobalGenerator->GetShortBinaryOutputDir());
4687 }
4688 return cmStrCat(this->GetCurrentBinaryDirectory(), "/CMakeFiles");
4689}
4690
4691bool cmLocalGenerator::AlwaysUsesCMFPaths() const
4692{

Callers 3

CreateCProjectFileMethod · 0.45
GetSupportDirectoryMethod · 0.45

Calls 3

UseShortObjectNamesMethod · 0.95
cmStrCatFunction · 0.70

Tested by

no test coverage detected