mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2024-11-21 15:10:19 +00:00
7 lines
156 B
CMake
7 lines
156 B
CMake
set(SOURCES
|
|
HttpRequest.cpp
|
|
HttpResponse.cpp
|
|
)
|
|
|
|
serenity_lib(LibHTTP http)
|
|
target_link_libraries(LibHTTP PRIVATE LibCompress LibCore LibTLS LibURL)
|