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

Method ComputeClOptions

Source/cmVisualStudio10TargetGenerator.cxx:3345–3350  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3343}
3344
3345bool cmVisualStudio10TargetGenerator::ComputeClOptions()
3346{
3347 return std::all_of(
3348 this->Configurations.begin(), this->Configurations.end(),
3349 [this](std::string const& c) { return this->ComputeClOptions(c); });
3350}
3351
3352bool cmVisualStudio10TargetGenerator::ComputeClOptions(
3353 std::string const& configName)

Callers 1

GenerateMethod · 0.95

Calls 15

GetIncludesMethod · 0.95
cmTrimWhitespaceFunction · 0.85
erase_ifFunction · 0.85
cmIsOnFunction · 0.85
moveFunction · 0.85
GetClFlagTableMethod · 0.80
GetCSharpFlagTableMethod · 0.80
AddLanguageFlagsMethod · 0.80
AddCompileOptionsMethod · 0.80
IsIPOEnabledMethod · 0.80
GetPchHeaderMethod · 0.80
AddFlagMethod · 0.80

Tested by

no test coverage detected