summaryrefslogtreecommitdiff
path: root/Userland/Libraries/LibHTTP/CMakeLists.txt
blob: 42cd10fac3c25ada2b786385a79f95c03f0c4d8f (plain)
1
2
3
4
5
6
7
8
9
10
set(SOURCES
    HttpJob.cpp
    HttpRequest.cpp
    HttpResponse.cpp
    HttpsJob.cpp
    Job.cpp
)

serenity_lib(LibHTTP http)
target_link_libraries(LibHTTP LibCompress LibCore LibTLS)