mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-06-04 01:12:56 +00:00
Let's also rename the file to NetworkError.h while we're here. No need to have "Enum" in the name.
14 lines
322 B
CMake
14 lines
322 B
CMake
set(SOURCES
|
|
NetworkError.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)
|