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

Method GetTargetTempDir

Source/cmGlobalXCodeGenerator.cxx:4972–4978  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

4970}
4971
4972std::string cmGlobalXCodeGenerator::GetTargetTempDir(
4973 cmGeneratorTarget const* gt, std::string const& configName) const
4974{
4975 // Use a path inside the SYMROOT.
4976 return cmStrCat(this->GetSymrootDir(), '/', gt->GetName(), ".build/",
4977 configName);
4978}
4979
4980void cmGlobalXCodeGenerator::ComputeArchitectures(cmMakefile* mf)
4981{

Callers 3

CreateBuildSettingsMethod · 0.95

Calls 3

GetSymrootDirMethod · 0.95
cmStrCatFunction · 0.70
GetNameMethod · 0.45

Tested by

no test coverage detected