summaryrefslogtreecommitdiff
path: root/Libraries/LibProtocol/CMakeLists.txt
blob: 7c2e59d45d54224cb0c0a26a9eeac2601d592224 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
set(SOURCES
    Client.cpp
    Download.cpp
)

set(GENERATED_SOURCES
    ../../Services/ProtocolServer/ProtocolClientEndpoint.h
    ../../Services/ProtocolServer/ProtocolServerEndpoint.h
)

serenity_lib(LibProtocol protocol)
target_link_libraries(LibProtocol LibIPC)