1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-09-18 21:36:17 +00:00

LibDNS: Use AllocatingMemoryStream in DNS package construction

This commit is contained in:
Tim Schumacher 2023-01-09 18:57:41 +01:00 committed by Andrew Kaster
parent 202175cf4c
commit 87c64834ca
8 changed files with 31 additions and 28 deletions

View file

@ -5,4 +5,4 @@ set(SOURCES
)
serenity_lib(LibDNS dns)
target_link_libraries(LibDNS PRIVATE LibIPC)
target_link_libraries(LibDNS PRIVATE LibCore LibIPC)