1
Fork 0
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:
Andreas Kling 2021-11-23 14:25:12 +01:00
parent 6536198693
commit b03f8d18c5
2 changed files with 13 additions and 34 deletions

View file

@ -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)