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

Snake: Use LibConfig instead of Core::ConfigFile

This commit is contained in:
Mustafa Quraish 2021-08-26 20:19:41 -04:00 committed by Andreas Kling
parent 3ad9df1522
commit 458471cc37
3 changed files with 8 additions and 14 deletions

View file

@ -10,4 +10,4 @@ set(SOURCES
)
serenity_app(Snake ICON app-snake)
target_link_libraries(Snake LibGUI)
target_link_libraries(Snake LibGUI LibConfig)