From 0840ff9a28e627351a520437ec83902d88310fe5 Mon Sep 17 00:00:00 2001 From: Felix Morgner Date: Thu, 15 Aug 2024 11:25:30 +0200 Subject: adw: add Toast and ToastOverlay classes --- CMakeLists.txt | 2 ++ 1 file changed, 2 insertions(+) (limited to 'CMakeLists.txt') diff --git a/CMakeLists.txt b/CMakeLists.txt index 9ac563a..736aac6 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,5 +1,7 @@ add_library("adw" "src/application.cpp" + "src/toast.cpp" + "src/toastoverlay.cpp" "src/wrap_init.cpp" ) -- cgit v1.2.3