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

Method GetObjectOutputRoot

Source/cmLocalVisualStudioGenerator.cxx:113–121  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

111}
112
113std::string cmLocalVisualStudioGenerator::GetObjectOutputRoot(
114 cmStateEnums::IntermediateDirKind kind) const
115{
116 if (this->UseShortObjectNames(kind)) {
117 return cmStrCat(this->GetCurrentBinaryDirectory(), '/',
118 this->GetGlobalGenerator()->GetShortBinaryOutputDir());
119 }
120 return this->GetCurrentBinaryDirectory();
121}
122
123bool cmLocalVisualStudioGenerator::AlwaysUsesCMFPaths() const
124{

Callers

nothing calls this directly

Calls 4

cmStrCatFunction · 0.70
UseShortObjectNamesMethod · 0.45
GetGlobalGeneratorMethod · 0.45

Tested by

no test coverage detected