1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-09-14 00:48:00 +00:00

2048: Use LibConfig instead of Core::ConfigFile

This commit is contained in:
Thitat Auareesuksakul 2021-08-26 19:43:42 +07:00 committed by Andreas Kling
parent 1fa5fba432
commit 666397e1a7
2 changed files with 21 additions and 27 deletions

View file

@ -12,4 +12,4 @@ set(SOURCES
)
serenity_app(2048 ICON app-2048)
target_link_libraries(2048 LibGUI)
target_link_libraries(2048 LibConfig LibGUI)