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

Method IsAIX

Source/cmTarget.cxx:2775–2778  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2773}
2774
2775bool cmTarget::IsAIX() const
2776{
2777 return this->impl->IsAIX;
2778}
2779bool cmTarget::IsApple() const
2780{
2781 return this->impl->IsApple;

Callers 8

GetMappedConfigOldMethod · 0.95
GetLocationMethod · 0.95
CreateIfAnyMethod · 0.45
HandleTargetsModeFunction · 0.45
GetExeExportFlagsMethod · 0.45
GetAIXExportsMethod · 0.45
AddItemMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected