From 838e660750b589636b95472f7421b5579f068727 Mon Sep 17 00:00:00 2001 From: Felix Morgner Date: Thu, 5 Jun 2025 14:30:13 +0200 Subject: gui: reintroduce participant editor --- gui/CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) (limited to 'gui/CMakeLists.txt') diff --git a/gui/CMakeLists.txt b/gui/CMakeLists.txt index a640b61..0581552 100644 --- a/gui/CMakeLists.txt +++ b/gui/CMakeLists.txt @@ -66,6 +66,7 @@ target_compile_definitions("resources" PUBLIC add_library("gui_impl" "src/init.cpp" + "src/participant_editor.cpp" "src/participant_row.cpp" "src/settings.cpp" ) -- cgit v1.2.3