1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-09-14 00:48:00 +00:00

2048: Port to LibMain

Simplified two pledge() and two unveil() by using TRY().
This commit is contained in:
Pedro Pereira 2021-11-22 22:29:16 +00:00 committed by Andreas Kling
parent 6e6228d40d
commit fb5ea617f1
2 changed files with 9 additions and 21 deletions

View file

@ -12,4 +12,4 @@ set(SOURCES
)
serenity_app(2048 ICON app-2048)
target_link_libraries(2048 LibConfig LibGUI)
target_link_libraries(2048 LibConfig LibGUI LibMain)