mirror of
https://github.com/kierankihn/uno-game.git
synced 2025-12-27 02:13:18 +08:00
chore: include PlayerAction and GameUI in build targets
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user