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

Chess: Port to LibMain

Simplified two pledge() and five unveil() by using TRY().
This commit is contained in:
Pedro Pereira 2021-11-22 22:44:07 +00:00 committed by Andreas Kling
parent b65a039db7
commit 55db1811c7
2 changed files with 12 additions and 36 deletions

View file

@ -13,4 +13,4 @@ set(SOURCES
)
serenity_app(Chess ICON app-chess)
target_link_libraries(Chess LibChess LibConfig LibGUI LibCore)
target_link_libraries(Chess LibChess LibConfig LibGUI LibCore LibMain)