MCPcopy 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
2288bool cmMakefile::PlatformIsAppleEmbedded() const
2289{
2290 return this->GetAppleSDKType() != AppleSDK::MacOS;
2291}
2292
2293bool cmMakefile::PlatformIsAppleSimulator() const
2294{

Callers 13

CreateIfAnyMethod · 0.80
CreateXCodeTargetMethod · 0.80
CreateFrameworkMethod · 0.80
GetFilesMethod · 0.80
GetAppBundleDirectoryMethod · 0.80
GetCFBundleDirectoryMethod · 0.80
GetFrameworkDirectoryMethod · 0.80
GetLibraryNamesMethod · 0.80

Calls 1

GetAppleSDKTypeMethod · 0.95

Tested by

no test coverage detected