mirror of
https://github.com/fergalmoran/ladybird.git
synced 2026-01-04 15:45:25 +00:00
8 lines
156 B
CMake
8 lines
156 B
CMake
set(SOURCES
|
|
HttpRequest.cpp
|
|
HttpResponse.cpp
|
|
)
|
|
|
|
serenity_lib(LibHTTP http)
|
|
target_link_libraries(LibHTTP PRIVATE LibCompress LibCore LibTLS LibURL)
|