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

Method IsFrameworkOnApple

Source/cmTarget.cxx:1255–1260  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1253}
1254
1255bool cmTarget::IsFrameworkOnApple() const
1256{
1257 return ((this->GetType() == cmStateEnums::SHARED_LIBRARY ||
1258 this->GetType() == cmStateEnums::STATIC_LIBRARY) &&
1259 this->IsApple() && this->GetPropertyAsBool("FRAMEWORK"));
1260}
1261
1262bool cmTarget::IsArchivedAIXSharedLibrary() const
1263{

Callers 15

CreateIfAnyMethod · 0.45
CreateXCodeSourceFileMethod · 0.45
CreateXCodeTargetMethod · 0.45
CreateCustomCommandsMethod · 0.45
CreateBuildSettingsMethod · 0.45
AddEmbeddedObjectsMethod · 0.45
HandleTargetsModeFunction · 0.45
CreateMethod · 0.45
GetFilesMethod · 0.45

Calls 3

GetTypeMethod · 0.95
IsAppleMethod · 0.95
GetPropertyAsBoolMethod · 0.95

Tested by

no test coverage detected