From a136e309e61c8c8a339ab9a533a27bcf08810231 Mon Sep 17 00:00:00 2001 From: Kieran Kihn <114803508+kierankihn@users.noreply.github.com> Date: Thu, 4 Dec 2025 16:40:03 +0800 Subject: [PATCH] chore: include `Session.cpp` in build configuration --- CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/CMakeLists.txt b/CMakeLists.txt index 0dfb974..b207aff 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -31,6 +31,7 @@ add_library(uno-game-lib src/network/NetworkClient.cpp src/client/UnoClient.cpp src/server/UnoServer.cpp + src/network/Session.cpp ) target_link_libraries(uno-game-lib PUBLIC ftxui::screen