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

FlappyBug: Use LibConfig instead of Core::ConfigFile

This commit is contained in:
Ralf Donau 2021-08-26 17:15:57 +02:00 committed by Andreas Kling
parent b54573739c
commit 5a0be07cf0
2 changed files with 7 additions and 14 deletions

View file

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