diff options
| author | Felix Morgner <felix.morgner@gmail.com> | 2025-06-05 14:38:37 +0200 |
|---|---|---|
| committer | Felix Morgner <felix.morgner@gmail.com> | 2025-06-05 14:38:37 +0200 |
| commit | b2c8e4ca45c6872cb2891dcb9334e905995bd59e (patch) | |
| tree | a4dfd757a9e28c71ff068658212be5097eb71614 /gui/CMakeLists.txt | |
| parent | 838e660750b589636b95472f7421b5579f068727 (diff) | |
| download | turns-b2c8e4ca45c6872cb2891dcb9334e905995bd59e.tar.xz turns-b2c8e4ca45c6872cb2891dcb9334e905995bd59e.zip | |
gui: reintroduce Preferences
Diffstat (limited to 'gui/CMakeLists.txt')
| -rw-r--r-- | gui/CMakeLists.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gui/CMakeLists.txt b/gui/CMakeLists.txt index 0581552..5623332 100644 --- a/gui/CMakeLists.txt +++ b/gui/CMakeLists.txt @@ -68,6 +68,7 @@ add_library("gui_impl" "src/init.cpp" "src/participant_editor.cpp" "src/participant_row.cpp" + "src/preferences.cpp" "src/settings.cpp" ) |
