From 10a8d40e12b30beec0781deb0af894f66fe3561f Mon Sep 17 00:00:00 2001 From: Felix Morgner Date: Thu, 25 Jul 2024 08:20:05 +0200 Subject: turns: add initialization functions --- core/CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) (limited to 'core/CMakeLists.txt') diff --git a/core/CMakeLists.txt b/core/CMakeLists.txt index 4928843..245c7f7 100644 --- a/core/CMakeLists.txt +++ b/core/CMakeLists.txt @@ -2,6 +2,7 @@ add_library("core" "src/disposition.cpp" + "src/init.cpp" "src/participant.cpp" "src/turn_order.cpp" ) -- cgit v1.2.3