mirror of
https://github.com/fergalmoran/ladybird.git
synced 2025-12-22 09:19:03 +00:00
10 lines
231 B
CMake
10 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)
|