From 67c561efbeaa26131258c41b208f1890cb4865c5 Mon Sep 17 00:00:00 2001 From: Felix Morgner Date: Fri, 4 Apr 2025 16:31:38 +0200 Subject: adw: implement required AlertDialog functions --- adw/CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) (limited to 'adw/CMakeLists.txt') diff --git a/adw/CMakeLists.txt b/adw/CMakeLists.txt index c6bbd3a..ad979ea 100644 --- a/adw/CMakeLists.txt +++ b/adw/CMakeLists.txt @@ -15,6 +15,7 @@ pkg_check_modules("giomm" IMPORTED_TARGET REQUIRED "giomm-2.68>=2.80") pkg_check_modules("glibmm" IMPORTED_TARGET REQUIRED "glibmm-2.68>=2.80") add_library("adwaitamm" + "src/helpers/async_callback.cpp" "src/actionrow.cpp" "src/alertdialog.cpp" "src/application.cpp" -- cgit v1.2.3