mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2024-11-26 09:30:24 +00:00
ff18114ae7
This allows us to bubble up network errors to API consumers after finishing a request.
14 lines
326 B
CMake
14 lines
326 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)
|