diff options
| author | Felix Morgner <felix.morgner@gmail.com> | 2024-07-16 13:02:46 +0200 |
|---|---|---|
| committer | Felix Morgner <felix.morgner@gmail.com> | 2024-07-16 13:02:46 +0200 |
| commit | 44d2614a260d2b029a79c59ee7fdd45e1958feb8 (patch) | |
| tree | a39e043acf3b9f86f570b2b376d61dd3b5d68124 /app/CMakeLists.txt | |
| parent | 5bb826fa63b2b2d6f7b8bca354fa4a1606781dc3 (diff) | |
| download | turns-44d2614a260d2b029a79c59ee7fdd45e1958feb8.tar.xz turns-44d2614a260d2b029a79c59ee7fdd45e1958feb8.zip | |
app: extract turn order view
Diffstat (limited to 'app/CMakeLists.txt')
| -rw-r--r-- | app/CMakeLists.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/app/CMakeLists.txt b/app/CMakeLists.txt index 4f024a4..eb426ca 100644 --- a/app/CMakeLists.txt +++ b/app/CMakeLists.txt @@ -3,6 +3,7 @@ add_library("app" "src/application.cpp" "src/widgets/participant_row.cpp" + "src/widgets/turn_order_view.cpp" "src/windows/main.cpp" "src/windows/participant_editor.cpp" ) |
