mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2024-11-21 15:10:19 +00:00
9 lines
231 B
CMake
9 lines
231 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)
|