From 1a83168d5c7269bd91043d79169898ca6893d88a Mon Sep 17 00:00:00 2001 From: Felix Morgner Date: Tue, 16 Jul 2024 16:20:47 +0200 Subject: app: rename main window to tracker --- app/CMakeLists.txt | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'app/CMakeLists.txt') diff --git a/app/CMakeLists.txt b/app/CMakeLists.txt index eb426ca..0514383 100644 --- a/app/CMakeLists.txt +++ b/app/CMakeLists.txt @@ -4,8 +4,8 @@ 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" + "src/windows/tracker.cpp" ) add_library("turns::app" ALIAS "app") @@ -41,7 +41,7 @@ target_link_libraries("app" PUBLIC # Application add_executable("exe" - "src/turns.cpp" + "src/main.cpp" ) target_link_libraries("exe" PRIVATE @@ -69,8 +69,8 @@ install(FILES add_executable("app-tests" "tests/widgets/participant_row.cpp" - "tests/windows/main.cpp" "tests/windows/participant_editor.cpp" + "tests/windows/tracker.cpp" ) target_link_libraries("app-tests" PRIVATE -- cgit v1.2.3