| 1702 | } |
| 1703 | |
| 1704 | bool cmGeneratorTarget::IsBundleOnApple() const |
| 1705 | { |
| 1706 | return this->IsFrameworkOnApple() || this->IsAppBundleOnApple() || |
| 1707 | this->IsCFBundleOnApple(); |
| 1708 | } |
| 1709 | |
| 1710 | bool cmGeneratorTarget::IsWin32Executable(std::string const& config) const |
| 1711 | { |
no test coverage detected