WebSocket: Port to LibMain :^)

This commit is contained in:
Andreas Kling 2021-11-23 10:38:52 +01:00
commit c6a581f267
Notes: sideshowbarker 2024-07-18 00:49:34 +09:00
2 changed files with 8 additions and 18 deletions

View file

@ -14,4 +14,4 @@ set(SOURCES
)
serenity_bin(WebSocket)
target_link_libraries(WebSocket LibCore LibIPC LibWebSocket)
target_link_libraries(WebSocket LibCore LibIPC LibWebSocket LibMain)