blob: 8156474c0bc2bdfd584bf26744103f55cd17d2b1 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
set(SOURCES
Request.cpp
RequestClient.cpp
WebSocket.cpp
WebSocketClient.cpp
)
set(GENERATED_SOURCES
../../Services/RequestServer/RequestClientEndpoint.h
../../Services/RequestServer/RequestServerEndpoint.h
../../Services/WebSocket/WebSocketClientEndpoint.h
../../Services/WebSocket/WebSocketServerEndpoint.h
)
serenity_lib(LibProtocol protocol)
target_link_libraries(LibProtocol LibIPC)
|