mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2024-11-11 09:18:05 +03: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)
|