1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-28 09:37:44 +00:00

Solitaire: Port to LibMain

Simplified two pledge() and two unveil() by using TRY().
This commit is contained in:
Pedro Pereira 2021-11-23 10:41:06 +00:00 committed by Andreas Kling
parent c4e49e1955
commit 8d3059c6f5
2 changed files with 9 additions and 21 deletions

View file

@ -13,4 +13,4 @@ set(SOURCES
)
serenity_app(Solitaire ICON app-solitaire)
target_link_libraries(Solitaire LibCards LibConfig LibGUI LibGfx LibCore)
target_link_libraries(Solitaire LibCards LibConfig LibGUI LibGfx LibCore LibMain)