mirror of
https://github.com/fergalmoran/ladybird.git
synced 2026-01-04 15:45:25 +00:00
13 lines
267 B
CMake
13 lines
267 B
CMake
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)
|