2020-05-06 18:40:06 +03:00
|
|
|
compile_ipc(ProtocolServer.ipc ProtocolServerEndpoint.h)
|
|
|
|
compile_ipc(ProtocolClient.ipc ProtocolClientEndpoint.h)
|
|
|
|
|
|
|
|
set(SOURCES
|
2020-05-17 16:33:09 +02:00
|
|
|
ClientConnection.cpp
|
2020-05-06 18:40:06 +03:00
|
|
|
Download.cpp
|
2020-05-14 18:35:46 +10:00
|
|
|
GeminiDownload.cpp
|
|
|
|
GeminiProtocol.cpp
|
2020-05-06 18:40:06 +03:00
|
|
|
HttpDownload.cpp
|
|
|
|
HttpProtocol.cpp
|
|
|
|
HttpsDownload.cpp
|
|
|
|
HttpsProtocol.cpp
|
|
|
|
main.cpp
|
|
|
|
Protocol.cpp
|
|
|
|
ProtocolServerEndpoint.h
|
|
|
|
ProtocolClientEndpoint.h
|
|
|
|
)
|
|
|
|
|
|
|
|
serenity_bin(ProtocolServer)
|
2020-05-14 18:35:46 +10:00
|
|
|
target_link_libraries(ProtocolServer LibCore LibIPC LibGemini LibHTTP)
|