From e797cb95c69281cf76ffdd032928e13f2be5f55c Mon Sep 17 00:00:00 2001 From: Melroy van den Berg Date: Wed, 23 Feb 2022 00:55:54 +0100 Subject: [PATCH] Add todo --- src/CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt index 73398ea..4c30aea 100644 --- a/src/CMakeLists.txt +++ b/src/CMakeLists.txt @@ -175,6 +175,7 @@ if(NOT UNITTEST) # Also add other libs, like gtk-3 and libgtk-quartz? set(MAC_INTEGRATION_DYNLIB "/usr/local/Cellar/gtk-mac-integration/3.0.1/lib/libgtkmacintegration-gtk3.4.dylib") install(FILES ${MAC_INTEGRATION_DYNLIB} DESTINATION ${LIBDIR}) + # TODO: Also copy GTK/GTKMM to the app dmg image # Fix-up bundle & verify if app is standalone # https://cmake.org/cmake/help/latest/module/BundleUtilities.html