mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-01-23 01:32:14 -05:00
7e20f4726f
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)
|