mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2024-11-13 11:42:38 +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)
|