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

Method SetGenerationRoot

Source/cmGlobalXCodeGenerator.cxx:729–738  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

727}
728
729void cmGlobalXCodeGenerator::SetGenerationRoot(cmLocalGenerator* root)
730{
731 this->CurrentProject = root->GetProjectName();
732 this->SetCurrentLocalGenerator(root);
733 this->CurrentRootGenerator = root;
734 this->CurrentXCodeHackMakefile =
735 cmStrCat(root->GetCurrentBinaryDirectory(), "/CMakeScripts");
736 cmSystemTools::MakeDirectory(this->CurrentXCodeHackMakefile);
737 this->CurrentXCodeHackMakefile += "/XCODE_DEPEND_HELPER.make";
738}
739
740std::string cmGlobalXCodeGenerator::PostBuildMakeTarget(
741 std::string const& tName, std::string const& configName)

Callers 2

AddExtraIDETargetsMethod · 0.95
GenerateMethod · 0.95

Calls 3

cmStrCatFunction · 0.70
GetProjectNameMethod · 0.45

Tested by

no test coverage detected