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:
parent
55dbd19a16
commit
7d2170246f
2 changed files with 8 additions and 17 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue