mirror of
https://github.com/LadybirdBrowser/ladybird
synced 2026-04-27 18:17:22 +02:00
This commit adds our own DNS resolver, with the aim of implementing DoT (and eventually DoH, maybe even DNSSEC etc.)
7 lines
102 B
CMake
7 lines
102 B
CMake
set(SOURCES
|
|
Message.cpp
|
|
)
|
|
|
|
serenity_lib(LibDNS dns)
|
|
target_link_libraries(LibDNS PRIVATE LibCore)
|