2020-05-06 18:40:06 +03:00
|
|
|
set(SOURCES
|
2021-04-23 22:45:52 +02:00
|
|
|
Request.cpp
|
|
|
|
|
RequestClient.cpp
|
2023-08-02 18:13:23 -06:00
|
|
|
WebSocket.cpp
|
|
|
|
|
WebSocketClient.cpp
|
2020-05-06 18:40:06 +03:00
|
|
|
)
|
|
|
|
|
|
|
|
|
|
set(GENERATED_SOURCES
|
2021-04-23 22:45:52 +02:00
|
|
|
../../Services/RequestServer/RequestClientEndpoint.h
|
|
|
|
|
../../Services/RequestServer/RequestServerEndpoint.h
|
2023-08-02 18:13:23 -06:00
|
|
|
../../Services/WebSocket/WebSocketClientEndpoint.h
|
|
|
|
|
../../Services/WebSocket/WebSocketServerEndpoint.h
|
2020-05-06 18:40:06 +03:00
|
|
|
)
|
|
|
|
|
|
|
|
|
|
serenity_lib(LibProtocol protocol)
|
2022-10-21 21:43:56 +02:00
|
|
|
target_link_libraries(LibProtocol PRIVATE LibCore LibIPC)
|