mirror of
https://github.com/kierankihn/uno-game.git
synced 2025-12-27 02:13:18 +08:00
feat(game): add Player
This commit is contained in:
@@ -8,6 +8,7 @@ find_package(ftxui CONFIG REQUIRED)
|
||||
add_executable(uno-game src/main.cpp
|
||||
src/game/Card.cpp
|
||||
src/game/CardTile.cpp
|
||||
src/game/Player.cpp
|
||||
src/common/utils.cpp
|
||||
)
|
||||
target_link_libraries(uno-game
|
||||
@@ -18,6 +19,7 @@ target_link_libraries(uno-game
|
||||
|
||||
add_library(uno-game-lib src/game/Card.cpp
|
||||
src/game/CardTile.cpp
|
||||
src/game/Player.cpp
|
||||
src/common/utils.cpp
|
||||
)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user