mirror of
https://github.com/zebrajr/ladybird.git
synced 2025-12-06 00:19:53 +01:00
8 lines
156 B
CMake
8 lines
156 B
CMake
set(SOURCES
|
|
HttpRequest.cpp
|
|
HttpResponse.cpp
|
|
)
|
|
|
|
ladybird_lib(LibHTTP http)
|
|
target_link_libraries(LibHTTP PRIVATE LibCompress LibCore LibTLS LibURL)
|