mirror of
https://github.com/LadybirdBrowser/ladybird
synced 2026-04-28 18:47:15 +02:00
11 lines
174 B
CMake
11 lines
174 B
CMake
set(SOURCES
|
|
HttpJob.cpp
|
|
HttpRequest.cpp
|
|
HttpResponse.cpp
|
|
HttpsJob.cpp
|
|
Job.cpp
|
|
)
|
|
|
|
serenity_lib(LibHTTP http)
|
|
target_link_libraries(LibHTTP LibCore LibTLS)
|