diff options
author | Dominik Riebeling <Dominik.Riebeling@gmail.com> | 2021-12-28 18:34:08 +0100 |
---|---|---|
committer | Dominik Riebeling <Dominik.Riebeling@gmail.com> | 2021-12-28 18:34:08 +0100 |
commit | 3d983ad3a1e931678b5ba512a153c3460a88d246 (patch) | |
tree | 618a247956e7bb3c32aee6181c66dc2dd8a5c8ed | |
parent | 875fcc7dafe141e17585f51b0e69dc6d411b98d3 (diff) | |
download | rockbox-3d983ad3a1.tar.gz rockbox-3d983ad3a1.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.txt | 2 |
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 @@ # KIND, either express or implied. # -add_executable(RockboxThemeEditor +add_executable(RockboxThemeEditor WIN32 MACOSX_BUNDLE graphics/rbalbumart.cpp graphics/rbalbumart.h graphics/rbfont.cpp |