summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDominik Riebeling <Dominik.Riebeling@gmail.com>2021-12-28 18:34:08 +0100
committerDominik Riebeling <Dominik.Riebeling@gmail.com>2021-12-28 18:34:08 +0100
commit3d983ad3a1e931678b5ba512a153c3460a88d246 (patch)
tree618a247956e7bb3c32aee6181c66dc2dd8a5c8ed
parent875fcc7dafe141e17585f51b0e69dc6d411b98d3 (diff)
downloadrockbox-3d983ad3a1e931678b5ba512a153c3460a88d246.tar.gz
rockbox-3d983ad3a1e931678b5ba512a153c3460a88d246.zip
themeeditor: Create MacOS AppBundle / Win32 GUI application.
cmake needs to know about this, otherwise we'll only get an executable. Change-Id: If40a2a5d021ca49df4afe6bb5bce538d2b466426
-rw-r--r--utils/themeeditor/CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
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 @@
13# KIND, either express or implied. 13# KIND, either express or implied.
14# 14#
15 15
16add_executable(RockboxThemeEditor 16add_executable(RockboxThemeEditor WIN32 MACOSX_BUNDLE
17 graphics/rbalbumart.cpp 17 graphics/rbalbumart.cpp
18 graphics/rbalbumart.h 18 graphics/rbalbumart.h
19 graphics/rbfont.cpp 19 graphics/rbfont.cpp