From 7bb302a672ddd1bf8f39ab84d62f3ad23aba38d5 Mon Sep 17 00:00:00 2001 From: Kieran Kihn <114803508+kierankihn@users.noreply.github.com> Date: Tue, 9 Dec 2025 20:06:22 +0800 Subject: [PATCH] chore: include `PlayerAction` and `GameUI` in build targets --- CMakeLists.txt | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CMakeLists.txt b/CMakeLists.txt index 537a616..1070c66 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -21,6 +21,8 @@ add_library(uno-game-lib src/client/UnoClient.cpp src/server/UnoServer.cpp src/network/Session.cpp + src/client/PlayerAction.cpp + src/ui/GameUI.cpp ) target_link_libraries(uno-game-lib PUBLIC nlohmann_json::nlohmann_json