Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Kitware/CMake
/ PlatformIsAppleEmbedded
Method
PlatformIsAppleEmbedded
Source/cmMakefile.cxx:2288–2291 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
2286
}
2287
2288
bool cmMakefile::PlatformIsAppleEmbedded() const
2289
{
2290
return this->GetAppleSDKType() != AppleSDK::MacOS;
2291
}
2292
2293
bool cmMakefile::PlatformIsAppleSimulator() const
2294
{
Callers
13
CreateIfAny
Method · 0.80
CreateXCodeTarget
Method · 0.80
UseEffectivePlatformName
Method · 0.80
ShouldStripResourcePath
Method · 0.80
CreateFramework
Method · 0.80
SetImportLocationProperty
Method · 0.80
GetFiles
Method · 0.80
AddUniversalInstallRule
Method · 0.80
GetAppBundleDirectory
Method · 0.80
GetCFBundleDirectory
Method · 0.80
GetFrameworkDirectory
Method · 0.80
GetLibraryNames
Method · 0.80
Calls
1
GetAppleSDKType
Method · 0.95
Tested by
no test coverage detected