mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-11-11 10:41:04 +00:00
11 lines
174 B
Text
11 lines
174 B
Text
|
|
set(SOURCES
|
||
|
|
HttpJob.cpp
|
||
|
|
HttpRequest.cpp
|
||
|
|
HttpResponse.cpp
|
||
|
|
HttpsJob.cpp
|
||
|
|
Job.cpp
|
||
|
|
)
|
||
|
|
|
||
|
|
serenity_lib(LibHTTP http)
|
||
|
|
target_link_libraries(LibHTTP LibCore LibTLS)
|