mirror of
https://github.com/RGBCube/serenity
synced 2025-07-28 20:57:44 +00:00
Snake: Port to LibMain
Simplified two pledge() and two unveil() by using TRY().
This commit is contained in:
parent
02a7cfaad6
commit
c4e49e1955
2 changed files with 9 additions and 21 deletions
|
@ -10,4 +10,4 @@ set(SOURCES
|
|||
)
|
||||
|
||||
serenity_app(Snake ICON app-snake)
|
||||
target_link_libraries(Snake LibGUI LibConfig)
|
||||
target_link_libraries(Snake LibGUI LibConfig LibMain)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue