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

Method ComputeLibOptions

Source/cmVisualStudio10TargetGenerator.cxx:4749–4759  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

4747}
4748
4749bool cmVisualStudio10TargetGenerator::ComputeLibOptions()
4750{
4751 if (this->GeneratorTarget->GetType() == cmStateEnums::STATIC_LIBRARY) {
4752 for (std::string const& c : this->Configurations) {
4753 if (!this->ComputeLibOptions(c)) {
4754 return false;
4755 }
4756 }
4757 }
4758 return true;
4759}
4760
4761bool cmVisualStudio10TargetGenerator::ComputeLibOptions(
4762 std::string const& config)

Callers 1

GenerateMethod · 0.95

Calls 9

cmVS10IsTargetsFileFunction · 0.85
ConvertToWindowsSlashFunction · 0.85
GetLinkInformationMethod · 0.80
GetItemsMethod · 0.80
ErrorClass · 0.70
cmStrCatFunction · 0.70
GetTypeMethod · 0.45

Tested by

no test coverage detected