1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-28 16:47:34 +00:00

Chess: Use LibConfig instead of Core::ConfigFile

This commit is contained in:
Thitat Auareesuksakul 2021-08-26 19:44:25 +07:00 committed by Andreas Kling
parent 666397e1a7
commit 573d14b7b5
2 changed files with 13 additions and 17 deletions

View file

@ -13,4 +13,4 @@ set(SOURCES
)
serenity_app(Chess ICON app-chess)
target_link_libraries(Chess LibChess LibGUI LibCore)
target_link_libraries(Chess LibChess LibConfig LibGUI LibCore)