mirror of
https://github.com/LadybirdBrowser/ladybird
synced 2026-04-25 17:25:08 +02:00
10 lines
238 B
CMake
10 lines
238 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 LibURL LibDNS)
|