mirror of
https://github.com/kierankihn/uno-game.git
synced 2025-12-27 02:13:18 +08:00
chore: updated CMakeList.txt
This commit is contained in:
@@ -9,9 +9,8 @@ add_executable(uno-game src/main.cpp
|
||||
src/game/Card.cpp
|
||||
src/game/CardTile.cpp
|
||||
src/game/Player.cpp
|
||||
src/common/utils.cpp
|
||||
src/game/GameState.cpp
|
||||
src/game/GameState.h
|
||||
src/common/Utils.cpp
|
||||
)
|
||||
target_link_libraries(uno-game
|
||||
PRIVATE ftxui::screen
|
||||
@@ -22,9 +21,8 @@ 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
|
||||
src/game/GameState.cpp
|
||||
src/game/GameState.h
|
||||
src/common/Utils.cpp
|
||||
)
|
||||
|
||||
add_subdirectory(test)
|
||||
Reference in New Issue
Block a user