mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2024-11-22 15:40:19 +00:00
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)
|