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

Method ComputeLinkOptions

Source/cmVisualStudio10TargetGenerator.cxx:4515–4527  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

4513}
4514
4515bool cmVisualStudio10TargetGenerator::ComputeLinkOptions()
4516{
4517 if (this->GeneratorTarget->GetType() == cmStateEnums::EXECUTABLE ||
4518 this->GeneratorTarget->GetType() == cmStateEnums::SHARED_LIBRARY ||
4519 this->GeneratorTarget->GetType() == cmStateEnums::MODULE_LIBRARY) {
4520 for (std::string const& c : this->Configurations) {
4521 if (!this->ComputeLinkOptions(c)) {
4522 return false;
4523 }
4524 }
4525 }
4526 return true;
4527}
4528
4529bool cmVisualStudio10TargetGenerator::ComputeLinkOptions(
4530 std::string const& config)

Callers 1

GenerateMethod · 0.95

Calls 15

AddLibrariesMethod · 0.95
cmListClass · 0.85
moveFunction · 0.85
GetLinkFlagTableMethod · 0.80
GetLinkClosureMethod · 0.80
GetLinkOptionsMethod · 0.80
AppendCompileOptionsMethod · 0.80

Tested by

no test coverage detected