| 5687 | } |
| 5688 | |
| 5689 | bool cmGeneratorTarget::IsCFBundleOnApple() const |
| 5690 | { |
| 5691 | return (this->GetType() == cmStateEnums::MODULE_LIBRARY && this->IsApple() && |
| 5692 | this->GetPropertyAsBool("BUNDLE")); |
| 5693 | } |
| 5694 | |
| 5695 | cmGeneratorTarget::ManagedType cmGeneratorTarget::CheckManagedType( |
| 5696 | std::string const& propval) const |
no test coverage detected