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:
parent
1fa5fba432
commit
666397e1a7
2 changed files with 21 additions and 27 deletions
|
@ -12,4 +12,4 @@ set(SOURCES
|
|||
)
|
||||
|
||||
serenity_app(2048 ICON app-2048)
|
||||
target_link_libraries(2048 LibGUI)
|
||||
target_link_libraries(2048 LibConfig LibGUI)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue