mirror of
https://github.com/LadybirdBrowser/ladybird
synced 2026-04-30 11:37:16 +02:00
Since all types and class names live in the DNS namespace, we don't need to spell it out twice each time.
9 lines
118 B
CMake
9 lines
118 B
CMake
set(SOURCES
|
|
Answer.cpp
|
|
Name.cpp
|
|
Packet.cpp
|
|
)
|
|
|
|
serenity_lib(LibDNS dns)
|
|
target_link_libraries(LibDNS LibC)
|