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

Method GetSymrootDir

Source/cmGlobalXCodeGenerator.cxx:4967–4970  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

4965}
4966
4967std::string cmGlobalXCodeGenerator::GetSymrootDir() const
4968{
4969 return cmStrCat(this->CMakeInstance->GetHomeOutputDirectory(), "/build");
4970}
4971
4972std::string cmGlobalXCodeGenerator::GetTargetTempDir(
4973 cmGeneratorTarget const* gt, std::string const& configName) const

Callers 2

CreateXCodeObjectsMethod · 0.95
GetTargetTempDirMethod · 0.95

Calls 1

cmStrCatFunction · 0.70

Tested by

no test coverage detected