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:
parent
c2b90bab9f
commit
c6a581f267
2 changed files with 8 additions and 18 deletions
|
@ -14,4 +14,4 @@ set(SOURCES
|
|||
)
|
||||
|
||||
serenity_bin(WebSocket)
|
||||
target_link_libraries(WebSocket LibCore LibIPC LibWebSocket)
|
||||
target_link_libraries(WebSocket LibCore LibIPC LibWebSocket LibMain)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue