| 5650 | } |
| 5651 | |
| 5652 | bool cmGeneratorTarget::IsArchivedAIXSharedLibrary() const |
| 5653 | { |
| 5654 | return this->Target->IsArchivedAIXSharedLibrary(); |
| 5655 | } |
| 5656 | |
| 5657 | bool cmGeneratorTarget::IsImportedFrameworkFolderOnApple( |
| 5658 | std::string const& config) const |
no outgoing calls
no test coverage detected