summaryrefslogtreecommitdiff
path: root/Userland/Libraries/LibHTTP/CMakeLists.txt
blob: 57c79b55e2b5842957b89378dc58d057b5f06112 (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 LibCore LibTLS)