1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-28 13:57:36 +00:00

Solitaire: Use LibConfig instead of Core::ConfigFile

This commit is contained in:
Thitat Auareesuksakul 2021-08-26 19:44:51 +07:00 committed by Andreas Kling
parent 573d14b7b5
commit f119c5580a
2 changed files with 12 additions and 15 deletions

View file

@ -13,4 +13,4 @@ set(SOURCES
)
serenity_app(Solitaire ICON app-solitaire)
target_link_libraries(Solitaire LibCards LibGUI LibGfx LibCore)
target_link_libraries(Solitaire LibCards LibConfig LibGUI LibGfx LibCore)