summaryrefslogtreecommitdiff
path: root/ui/CMakeLists.txt
diff options
context:
space:
mode:
Diffstat (limited to 'ui/CMakeLists.txt')
-rw-r--r--ui/CMakeLists.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/ui/CMakeLists.txt b/ui/CMakeLists.txt
index 736db84..212559c 100644
--- a/ui/CMakeLists.txt
+++ b/ui/CMakeLists.txt
@@ -2,10 +2,10 @@
add_library("ui"
"src/init.cpp"
+ "src/widgets/participant_editor.cpp"
"src/widgets/participant_row.cpp"
"src/widgets/preferences.cpp"
"src/widgets/turn_order_view.cpp"
- "src/windows/participant_editor.cpp"
"src/windows/tracker.cpp"
"src/windows/tracker/actions.cpp"
"src/windows/tracker/event_handlers.cpp"
@@ -50,7 +50,7 @@ add_executable("ui-tests"
"tests/gtk_test_init.cpp"
"tests/widgets/participant_row.cpp"
- "tests/windows/participant_editor.cpp"
+ "tests/widgets/participant_editor.cpp"
"tests/windows/resources.cpp"
"tests/windows/tracker.cpp"
)