1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-09-13 18:17:57 +00:00

Hearts: Use LibConfig instead of Core::ConfigFile

This commit is contained in:
Mustafa Quraish 2021-08-27 09:09:19 -04:00 committed by Andreas Kling
parent 3edeb9b7e7
commit 0af3855fb9
2 changed files with 7 additions and 15 deletions

View file

@ -17,4 +17,4 @@ set(SOURCES
)
serenity_app(Hearts ICON app-hearts)
target_link_libraries(Hearts LibCards LibGUI LibGfx LibCore)
target_link_libraries(Hearts LibCards LibGUI LibGfx LibCore LibConfig)