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:
@@ -6,6 +6,11 @@ set(CMAKE_CXX_STANDARD 26)
|
||||
find_package(ftxui CONFIG REQUIRED)
|
||||
|
||||
add_executable(uno-game src/main.cpp)
|
||||
add_executable(uno-game src/main.cpp
|
||||
src/game/Card.cpp
|
||||
src/game/CardTile.cpp
|
||||
src/common/utils.cpp
|
||||
)
|
||||
target_link_libraries(uno-game
|
||||
PRIVATE ftxui::screen
|
||||
PRIVATE ftxui::dom
|
||||
|
||||
Reference in New Issue
Block a user