From 71fe1d395a3c1d94dac68469826118e357f7086d Mon Sep 17 00:00:00 2001 From: Felix Morgner Date: Fri, 9 May 2025 10:48:30 +0200 Subject: core: rename turn_order to TurnOderModel --- core/CMakeLists.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'core/CMakeLists.txt') diff --git a/core/CMakeLists.txt b/core/CMakeLists.txt index b52519f..7b223d5 100644 --- a/core/CMakeLists.txt +++ b/core/CMakeLists.txt @@ -5,7 +5,7 @@ add_library("core" "src/init.cpp" "src/participant.cpp" "src/settings.cpp" - "src/turn_order.cpp" + "src/turn_order_model.cpp" ) add_library("turns::core" ALIAS "core") @@ -52,7 +52,7 @@ add_executable("core-tests" "tests/disposition.cpp" "tests/participant.cpp" "tests/turn_order_bugs.cpp" - "tests/turn_order.cpp" + "tests/turn_order_model.cpp" ) target_link_libraries("core-tests" PRIVATE -- cgit v1.2.3