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:
parent
c4e49e1955
commit
8d3059c6f5
2 changed files with 9 additions and 21 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue