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

Method IsAppBundleOnApple

Source/cmTarget.cxx:1285–1289  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1283}
1284
1285bool cmTarget::IsAppBundleOnApple() const
1286{
1287 return (this->GetType() == cmStateEnums::EXECUTABLE && this->IsApple() &&
1288 this->GetPropertyAsBool("MACOSX_BUNDLE"));
1289}
1290
1291bool cmTarget::IsAndroidGuiExecutable() const
1292{

Callers 11

CreateIfAnyMethod · 0.45
WriteExecutableRuleMethod · 0.45
HandleTargetsModeFunction · 0.45
CreateMethod · 0.45
GetFilesMethod · 0.45
GenerateLinkMethod · 0.45
WriteLinkStatementMethod · 0.45

Calls 3

GetTypeMethod · 0.95
IsAppleMethod · 0.95
GetPropertyAsBoolMethod · 0.95

Tested by

no test coverage detected