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

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