1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-27 01:57:45 +00:00

WebSocket: Port to LibMain :^)

This commit is contained in:
Andreas Kling 2021-11-23 10:38:52 +01:00
parent c2b90bab9f
commit c6a581f267
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)