mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-06-08 05:27:14 +09:00
9 lines
238 B
CMake
9 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)
|