chore: update CMakeList.txt

- link `uno-game-lib` to `uno-game` instead of add sources to `uno-game`
- styled `CMakedList.txt` and `test/CMakeList.txt`
This commit is contained in:
Kieran Kihn
2025-11-20 13:32:15 +08:00
parent 65b932fc47
commit 6393a5b311
2 changed files with 7 additions and 9 deletions

View File

@@ -5,7 +5,8 @@ set(CMAKE_CXX_STANDARD 26)
project(uno-game-test)
add_executable(uno-game-test unit/game/CardTest.cpp
add_executable(uno-game-test
unit/game/CardTest.cpp
unit/game/CardTileTest.cpp
unit/game/PlayerTest.cpp
unit/game/GameStateTest.cpp