1 2 3 4 5 6 7 8
set(SOURCES DNSAnswer.cpp DNSName.cpp DNSPacket.cpp ) serenity_lib(LibDNS dns) target_link_libraries(LibDNS LibC)