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:
parent
b65a039db7
commit
55db1811c7
2 changed files with 12 additions and 36 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue