mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-09-11 12:06:07 +00:00
WebSocket: Port to LibMain :^)
This commit is contained in:
parent
c2b90bab9f
commit
c6a581f267
Notes:
sideshowbarker
2024-07-18 00:49:34 +09:00
Author: https://github.com/awesomekling
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