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

Method ComputeRcOptions

Source/cmVisualStudio10TargetGenerator.cxx:3810–3815  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3808}
3809
3810bool cmVisualStudio10TargetGenerator::ComputeRcOptions()
3811{
3812 return std::all_of(
3813 this->Configurations.begin(), this->Configurations.end(),
3814 [this](std::string const& c) { return this->ComputeRcOptions(c); });
3815}
3816
3817bool cmVisualStudio10TargetGenerator::ComputeRcOptions(
3818 std::string const& configName)

Callers 1

GenerateMethod · 0.95

Calls 10

GetIncludesMethod · 0.95
moveFunction · 0.85
GetRcFlagTableMethod · 0.80
AddDefinesMethod · 0.80
AddIncludesMethod · 0.80
cmStrCatFunction · 0.70
beginMethod · 0.45
endMethod · 0.45
ParseMethod · 0.45
GetDefinesMethod · 0.45

Tested by

no test coverage detected