From 3d983ad3a1e931678b5ba512a153c3460a88d246 Mon Sep 17 00:00:00 2001 From: Dominik Riebeling Date: Tue, 28 Dec 2021 18:34:08 +0100 Subject: themeeditor: Create MacOS AppBundle / Win32 GUI application. cmake needs to know about this, otherwise we'll only get an executable. Change-Id: If40a2a5d021ca49df4afe6bb5bce538d2b466426 --- utils/themeeditor/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/utils/themeeditor/CMakeLists.txt b/utils/themeeditor/CMakeLists.txt index bda33ecae2..d0957a96da 100644 --- a/utils/themeeditor/CMakeLists.txt +++ b/utils/themeeditor/CMakeLists.txt @@ -13,7 +13,7 @@ # KIND, either express or implied. # -add_executable(RockboxThemeEditor +add_executable(RockboxThemeEditor WIN32 MACOSX_BUNDLE graphics/rbalbumart.cpp graphics/rbalbumart.h graphics/rbfont.cpp -- cgit v1.2.3