mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2024-11-22 15:40:19 +00:00
be5f6aa46e
The LibCore sockets implementation becomes WebSocketImplSerenity. This will allow us to create a custom WebSocketImpl subclass for Qt to use in Ladybird.
9 lines
224 B
CMake
9 lines
224 B
CMake
set(SOURCES
|
|
ConnectionInfo.cpp
|
|
Impl/WebSocketImpl.cpp
|
|
Impl/WebSocketImplSerenity.cpp
|
|
WebSocket.cpp
|
|
)
|
|
|
|
serenity_lib(LibWebSocket websocket)
|
|
target_link_libraries(LibWebSocket PRIVATE LibCore LibCrypto LibTLS)
|