mirror of
https://github.com/RGBCube/serenity
synced 2025-07-28 10:07:35 +00:00
Applets/Network: Port to LibMain :^)
This opens up using TRY() for syscalls and Core::Object creation.
This commit is contained in:
parent
6536198693
commit
b03f8d18c5
2 changed files with 13 additions and 34 deletions
|
@ -9,4 +9,4 @@ set(SOURCES
|
|||
)
|
||||
|
||||
serenity_app(Network.Applet ICON network)
|
||||
target_link_libraries(Network.Applet LibGUI LibCore LibGfx)
|
||||
target_link_libraries(Network.Applet LibGUI LibCore LibGfx LibMain)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue