mirror of
https://github.com/LadybirdBrowser/ladybird
synced 2026-04-25 17:25:08 +02:00
This will allow parsing cookies outside of LibWeb. LibHTTP is basically becoming the home of HTTP WG specs.
18 lines
447 B
CMake
18 lines
447 B
CMake
set(SOURCES
|
|
Cache/CacheEntry.cpp
|
|
Cache/CacheIndex.cpp
|
|
Cache/DiskCache.cpp
|
|
Cache/MemoryCache.cpp
|
|
Cache/Utilities.cpp
|
|
Cookie/Cookie.cpp
|
|
Cookie/ParsedCookie.cpp
|
|
Header.cpp
|
|
HeaderList.cpp
|
|
HTTP.cpp
|
|
HttpRequest.cpp
|
|
Method.cpp
|
|
)
|
|
|
|
ladybird_lib(LibHTTP http)
|
|
target_link_libraries(LibHTTP PRIVATE LibCompress LibCore LibCrypto LibDatabase LibFileSystem LibIPC LibRegex LibTextCodec LibTLS LibUnicode LibURL)
|