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

Method ComputeMarmasmOptions

Source/cmVisualStudio10TargetGenerator.cxx:4183–4191  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

4181}
4182
4183bool cmVisualStudio10TargetGenerator::ComputeMarmasmOptions()
4184{
4185 if (!this->GlobalGenerator->IsMarmasmEnabled()) {
4186 return true;
4187 }
4188 return std::all_of(
4189 this->Configurations.begin(), this->Configurations.end(),
4190 [this](std::string const& c) { return this->ComputeMarmasmOptions(c); });
4191}
4192
4193bool cmVisualStudio10TargetGenerator::ComputeMarmasmOptions(
4194 std::string const& configName)

Callers 1

GenerateMethod · 0.95

Calls 10

GetIncludesMethod · 0.95
moveFunction · 0.85
IsMarmasmEnabledMethod · 0.80
GetMarmasmFlagTableMethod · 0.80
AddLanguageFlagsMethod · 0.80
AddCompileOptionsMethod · 0.80
AddIncludesMethod · 0.80
beginMethod · 0.45
endMethod · 0.45
ParseMethod · 0.45

Tested by

no test coverage detected