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

Method ComputeNasmOptions

Source/cmVisualStudio10TargetGenerator.cxx:4291–4299  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

4289}
4290
4291bool cmVisualStudio10TargetGenerator::ComputeNasmOptions()
4292{
4293 if (!this->GlobalGenerator->IsNasmEnabled()) {
4294 return true;
4295 }
4296 return std::all_of(
4297 this->Configurations.begin(), this->Configurations.end(),
4298 [this](std::string const& c) { return this->ComputeNasmOptions(c); });
4299}
4300
4301bool cmVisualStudio10TargetGenerator::ComputeNasmOptions(
4302 std::string const& configName)

Callers 1

GenerateMethod · 0.95

Calls 10

GetIncludesMethod · 0.95
moveFunction · 0.85
IsNasmEnabledMethod · 0.80
GetNasmFlagTableMethod · 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