Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
}
2779
bool cmTarget::IsApple() const
2780
{
2781
return this->impl->IsApple;
2782
}
2783
2784
bool cmTarget::IsSymbolic() const
2785
{
Callers
15
IsFrameworkOnApple
Method · 0.95
IsAppBundleOnApple
Method · 0.95
GetSuffixVariableInternal
Method · 0.95
GetPrefixVariableInternal
Method · 0.95
ImportedGetFullPath
Method · 0.95
GetFrameworkFlags
Method · 0.45
GetXcFrameworkFlags
Method · 0.45
AddArchitectureFlags
Method · 0.45
GetAppleTextStubCommand
Method · 0.45
AddStripRule
Method · 0.45
AddRanlibRule
Method · 0.45
AddItem
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected