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

Method IsApple

Source/cmTarget.cxx:2779–2782  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2777 return this->impl->IsAIX;
2778}
2779bool cmTarget::IsApple() const
2780{
2781 return this->impl->IsApple;
2782}
2783
2784bool cmTarget::IsSymbolic() const
2785{

Callers 15

IsFrameworkOnAppleMethod · 0.95
IsAppBundleOnAppleMethod · 0.95
ImportedGetFullPathMethod · 0.95
GetFrameworkFlagsMethod · 0.45
GetXcFrameworkFlagsMethod · 0.45
AddArchitectureFlagsMethod · 0.45
AddStripRuleMethod · 0.45
AddRanlibRuleMethod · 0.45
AddItemMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected