mirror of
https://github.com/RGBCube/serenity
synced 2025-07-28 08:57:47 +00:00
LookupServer: Move DNS related code into new LibDNS library
This allows other code to use the DNSPacket class, e.g. when sent over IPC.
This commit is contained in:
parent
0a92dbd390
commit
be4a4144f2
17 changed files with 51 additions and 40 deletions
8
Userland/Libraries/LibDNS/CMakeLists.txt
Normal file
8
Userland/Libraries/LibDNS/CMakeLists.txt
Normal file
|
@ -0,0 +1,8 @@
|
|||
set(SOURCES
|
||||
DNSAnswer.cpp
|
||||
DNSName.cpp
|
||||
DNSPacket.cpp
|
||||
)
|
||||
|
||||
serenity_lib(LibDNS dns)
|
||||
target_link_libraries(LibDNS LibC)
|
Loading…
Add table
Add a link
Reference in a new issue