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

Method GetIDEBuildArgs

Source/cmGlobalFastbuildGenerator.cxx:1493–1500  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1491}
1492
1493std::string cmGlobalFastbuildGenerator::GetIDEBuildArgs() const
1494{
1495 cmValue const ideArgs = this->GetGlobalSetting(FASTBUILD_IDE_ARGS);
1496 if (ideArgs) {
1497 return cmStrCat(' ', ideArgs, ' ');
1498 }
1499 return FASTBUILD_DEFAULT_IDE_BUILD_ARGS;
1500}
1501
1502void cmGlobalFastbuildGenerator::WriteVSBuildCommands()
1503{

Callers 2

WriteVSBuildCommandsMethod · 0.95

Calls 2

GetGlobalSettingMethod · 0.80
cmStrCatFunction · 0.70

Tested by

no test coverage detected