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

Method WriteXCodeBuildCommands

Source/cmGlobalFastbuildGenerator.cxx:1520–1528  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1518 1);
1519}
1520void cmGlobalFastbuildGenerator::WriteXCodeBuildCommands()
1521{
1522 std::string const ideArgs = this->GetIDEBuildArgs();
1523 WriteVariable("XCodeBuildToolPath", Quote(this->FastbuildCommand), 1);
1524 WriteVariable("XCodeBuildToolArgs",
1525 Quote(cmStrCat(ideArgs, "^$(FASTBUILD_TARGET)")), 1);
1526 WriteVariable("XCodeBuildWorkingDir",
1527 Quote(this->CMakeInstance->GetHomeOutputDirectory()), 1);
1528}
1529
1530void cmGlobalFastbuildGenerator::WriteIDEProjectCommon(
1531 IDEProjectCommon const& project)

Callers

nothing calls this directly

Calls 2

GetIDEBuildArgsMethod · 0.95
cmStrCatFunction · 0.70

Tested by

no test coverage detected