mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2024-11-10 13:00:29 +03:00
11 lines
272 B
CMake
11 lines
272 B
CMake
|
set(SOURCES
|
||
|
ConnectionInfo.cpp
|
||
|
Impl/AbstractWebSocketImpl.cpp
|
||
|
Impl/TCPWebSocketConnectionImpl.cpp
|
||
|
Impl/TLSv12WebSocketConnectionImpl.cpp
|
||
|
WebSocket.cpp
|
||
|
)
|
||
|
|
||
|
serenity_lib(LibWebSocket websocket)
|
||
|
target_link_libraries(LibWebSocket LibCore LibCrypto LibTLS)
|