mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2024-11-26 09:30:24 +00:00
12 lines
267 B
CMake
12 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)
|