1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-28 22:57:35 +00:00

Spider: Port to LibMain

Simplified two pledge() and two unveil() by using TRY()
This commit is contained in:
pbrw 2021-11-23 01:08:10 +01:00 committed by Brian Gianforcaro
parent 85ae298b85
commit 71298ad9ba
2 changed files with 9 additions and 21 deletions

View file

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