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

Method ComputeTargetObjectDirectory

Source/cmGlobalXCodeGenerator.cxx:5523–5530  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

5521}
5522
5523void cmGlobalXCodeGenerator::ComputeTargetObjectDirectory(
5524 cmGeneratorTarget* gt) const
5525{
5526 auto objectDirArch = GetTargetObjectDirArch(*gt, this->ObjectDirArch);
5527 gt->ObjectDirectory =
5528 cmStrCat(this->GetTargetTempDir(gt, this->GetCMakeCFGIntDir()),
5529 "/$(OBJECT_FILE_DIR_normal:base)/", objectDirArch, '/');
5530}
5531
5532std::string cmGlobalXCodeGenerator::GetDeploymentPlatform(cmMakefile const* mf)
5533{

Callers

nothing calls this directly

Calls 4

GetTargetTempDirMethod · 0.95
GetCMakeCFGIntDirMethod · 0.95
GetTargetObjectDirArchFunction · 0.85
cmStrCatFunction · 0.70

Tested by

no test coverage detected