diff options
| author | Felix Morgner <felix.morgner@gmail.com> | 2024-08-15 11:25:30 +0200 |
|---|---|---|
| committer | Felix Morgner <felix.morgner@gmail.com> | 2024-08-15 11:25:30 +0200 |
| commit | 0840ff9a28e627351a520437ec83902d88310fe5 (patch) | |
| tree | f31a81bd29fbdc893d1363ff4eef145d1030f71e /CMakeLists.txt | |
| parent | ae57b8d35dc96c022cc34f7f32da4df5ef44b5fe (diff) | |
| download | libadwaitamm-0840ff9a28e627351a520437ec83902d88310fe5.tar.xz libadwaitamm-0840ff9a28e627351a520437ec83902d88310fe5.zip | |
adw: add Toast and ToastOverlay classes
Diffstat (limited to 'CMakeLists.txt')
| -rw-r--r-- | CMakeLists.txt | 2 |
1 files changed, 2 insertions, 0 deletions
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" ) |
