mirror of
https://github.com/kierankihn/uno-game.git
synced 2025-12-27 02:13:18 +08:00
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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user