mirror of
https://github.com/SerenityOS/serenity.git
synced 2025-01-25 19:02:07 -05:00
10 lines
174 B
CMake
10 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)
|