diff options
| author | Felix Morgner <felix.morgner@gmail.com> | 2025-04-04 19:56:43 +0200 |
|---|---|---|
| committer | Felix Morgner <felix.morgner@gmail.com> | 2025-04-04 19:56:43 +0200 |
| commit | fe21003777718efac8743bf99c5388b3d6477be2 (patch) | |
| tree | affc835c977b2703ceefd0b8db9109050433c5a6 /adw/CMakeLists.txt | |
| parent | 61eb53baaa69bdd860c26a79ddf1e53592a6d149 (diff) | |
| download | turns-fe21003777718efac8743bf99c5388b3d6477be2.tar.xz turns-fe21003777718efac8743bf99c5388b3d6477be2.zip | |
adw: implement basic StyleManager
Diffstat (limited to 'adw/CMakeLists.txt')
| -rw-r--r-- | adw/CMakeLists.txt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/adw/CMakeLists.txt b/adw/CMakeLists.txt index ad979ea..6ca4ad0 100644 --- a/adw/CMakeLists.txt +++ b/adw/CMakeLists.txt @@ -22,9 +22,11 @@ add_library("adwaitamm" "src/applicationwindow.cpp" "src/breakpoint.cpp" "src/dialog.cpp" + "src/enums.cpp" "src/preferencesdialog.cpp" "src/preferencespage.cpp" "src/preferencesrow.cpp" + "src/stylemanager.cpp" "src/switchrow.cpp" "src/toast.cpp" "src/toastoverlay.cpp" |
