1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-27 21:37:35 +00:00

GamesSettings: Add a preview for the current card-game settings :^)

This commit is contained in:
Sam Atkins 2022-08-21 16:07:46 +01:00 committed by Andreas Kling
parent deeef8c412
commit cde4552710
4 changed files with 66 additions and 3 deletions

View file

@ -14,4 +14,4 @@ set(SOURCES
)
serenity_app(GamesSettings ICON games)
target_link_libraries(GamesSettings LibGUI LibMain)
target_link_libraries(GamesSettings LibGUI LibMain LibCards)