| 1283 | } |
| 1284 | |
| 1285 | bool cmTarget::IsAppBundleOnApple() const |
| 1286 | { |
| 1287 | return (this->GetType() == cmStateEnums::EXECUTABLE && this->IsApple() && |
| 1288 | this->GetPropertyAsBool("MACOSX_BUNDLE")); |
| 1289 | } |
| 1290 | |
| 1291 | bool cmTarget::IsAndroidGuiExecutable() const |
| 1292 | { |
no test coverage detected