From 8581dbf253c607a98b1582e9f11839acf9972776 Mon Sep 17 00:00:00 2001 From: Anthony Rabine Date: Mon, 22 Jan 2024 16:59:09 +0100 Subject: [PATCH] mac dmg (wip) --- story-editor/CMakeLists.txt | 2 ++ 1 file changed, 2 insertions(+) diff --git a/story-editor/CMakeLists.txt b/story-editor/CMakeLists.txt index 5de20ad..41fc45d 100644 --- a/story-editor/CMakeLists.txt +++ b/story-editor/CMakeLists.txt @@ -277,6 +277,8 @@ if(WIN32) endif() if (APPLE) + set(CPACK_GENERATOR "DragNDrop") + set(MACOSX_BUNDLE_INFO_PLIST ${PROJECT_SOURCE_DIR}/bundle.plist.in) install_files("." FILES "${SDL2_BIN_DIR}/libSDL2-2.0.0.dylib") endif()