From 26dc75f52a05a3ad0574ee1401b3c63736ba71b3 Mon Sep 17 00:00:00 2001
From: Alberto Nidasio <alberto.nidasio@skywarder.eu>
Date: Fri, 16 Sep 2022 23:02:38 +0200
Subject: [PATCH] [CMake] Added MACOSX_BUNDLE

---
 CMakeLists.txt | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/CMakeLists.txt b/CMakeLists.txt
index 337881b8..47030a51 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -99,3 +99,6 @@ target_link_libraries(groundstation PUBLIC
     Qt5::PrintSupport
     Mavlink::Mavlink
 )
+if(APPLE)
+   set_target_properties(groundstation PROPERTIES MACOSX_BUNDLE TRUE)
+endif()
-- 
GitLab