mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-04-23 21:15:14 +00:00
This commit adds our own DNS resolver, with the aim of implementing DoT (and eventually DoH, maybe even DNSSEC etc.)
6 lines
102 B
CMake
6 lines
102 B
CMake
set(SOURCES
|
|
Message.cpp
|
|
)
|
|
|
|
serenity_lib(LibDNS dns)
|
|
target_link_libraries(LibDNS PRIVATE LibCore)
|