aboutsummaryrefslogtreecommitdiff
path: root/core/CMakeLists.txt
diff options
context:
space:
mode:
authorFelix Morgner <felix.morgner@gmail.com>2025-05-09 10:48:30 +0200
committerFelix Morgner <felix.morgner@gmail.com>2025-05-09 10:48:30 +0200
commit71fe1d395a3c1d94dac68469826118e357f7086d (patch)
tree5db04ceaf4bf80c3f9566b26236f3d6f17266be2 /core/CMakeLists.txt
parent87c6607602e969d94ed8b8f97bb45f416e37b22d (diff)
downloadturns-71fe1d395a3c1d94dac68469826118e357f7086d.tar.xz
turns-71fe1d395a3c1d94dac68469826118e357f7086d.zip
core: rename turn_order to TurnOderModel
Diffstat (limited to 'core/CMakeLists.txt')
-rw-r--r--core/CMakeLists.txt4
1 files changed, 2 insertions, 2 deletions
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