From ec3fa197624cea242b05303461e6fece78d78009 Mon Sep 17 00:00:00 2001 From: Felix Morgner Date: Sun, 14 Jul 2024 01:41:14 +0200 Subject: app/ui: layout basic participant creation dialog --- app/CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) (limited to 'app/CMakeLists.txt') diff --git a/app/CMakeLists.txt b/app/CMakeLists.txt index 4746fee..ac7da67 100644 --- a/app/CMakeLists.txt +++ b/app/CMakeLists.txt @@ -3,6 +3,7 @@ add_library("app" "src/application.cpp" "src/widgets/participant_list_row.cpp" + "src/windows/create_participant.cpp" "src/windows/main.cpp" ) -- cgit v1.2.3