diff options
| author | Felix Morgner <felix.morgner@gmail.com> | 2024-08-17 11:41:43 +0200 |
|---|---|---|
| committer | Felix Morgner <felix.morgner@gmail.com> | 2024-08-17 11:41:43 +0200 |
| commit | a98edafdaa4bb504d7253d4a67901d2a36eefabf (patch) | |
| tree | 5668c2772759a5b4d01cbca15cc03ce36199cbed /adw/CMakeLists.txt | |
| parent | 46c93e74067de844b35c1249122fcf878a0db924 (diff) | |
| parent | fb917713e55147c6b0de514924c4867d9e8d5894 (diff) | |
| download | turns-a98edafdaa4bb504d7253d4a67901d2a36eefabf.tar.xz turns-a98edafdaa4bb504d7253d4a67901d2a36eefabf.zip | |
Merge branch 'wip/color-preferences-ui' into 'main'
ui: add participant shading color preferences
Closes #2
See merge request fmorgner/turns!1
Diffstat (limited to 'adw/CMakeLists.txt')
| -rw-r--r-- | adw/CMakeLists.txt | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/adw/CMakeLists.txt b/adw/CMakeLists.txt index 736aac6..ce0323f 100644 --- a/adw/CMakeLists.txt +++ b/adw/CMakeLists.txt @@ -1,5 +1,10 @@ add_library("adw" + "src/actionrow.cpp" "src/application.cpp" + "src/dialog.cpp" + "src/preferencesdialog.cpp" + "src/preferencespage.cpp" + "src/preferencesrow.cpp" "src/toast.cpp" "src/toastoverlay.cpp" "src/wrap_init.cpp" |
