summaryrefslogtreecommitdiff
path: root/app/CMakeLists.txt
diff options
context:
space:
mode:
Diffstat (limited to 'app/CMakeLists.txt')
-rw-r--r--app/CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/CMakeLists.txt b/app/CMakeLists.txt
index ac7da67..a65a489 100644
--- a/app/CMakeLists.txt
+++ b/app/CMakeLists.txt
@@ -3,8 +3,8 @@
add_library("app"
"src/application.cpp"
"src/widgets/participant_list_row.cpp"
- "src/windows/create_participant.cpp"
"src/windows/main.cpp"
+ "src/windows/participant_editor.cpp"
)
add_library("turns::app" ALIAS "app")