chore: include PlayerAction and GameUI in build targets

This commit is contained in:
Kieran Kihn
2025-12-09 20:06:22 +08:00
parent 4eecc0a269
commit 7bb302a672

View File

@@ -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