mirror of
https://github.com/fergalmoran/ladybird.git
synced 2025-12-22 09:19:03 +00:00
15 lines
332 B
CMake
15 lines
332 B
CMake
set(SOURCES
|
|
NetworkErrorEnum.h
|
|
Request.cpp
|
|
RequestClient.cpp
|
|
WebSocket.cpp
|
|
)
|
|
|
|
set(GENERATED_SOURCES
|
|
../../../Services/RequestServer/RequestClientEndpoint.h
|
|
../../../Services/RequestServer/RequestServerEndpoint.h
|
|
)
|
|
|
|
serenity_lib(LibRequests requests)
|
|
target_link_libraries(LibRequests PRIVATE LibCore LibIPC)
|