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

Hearts: Port to LibMain

Simplified one pledge() and two unveil() by using TRY().
This commit is contained in:
Pedro Pereira 2021-11-23 10:39:33 +00:00 committed by Andreas Kling
parent 55dbd19a16
commit 7d2170246f
2 changed files with 8 additions and 17 deletions

View file

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