mirror of
https://github.com/LadybirdBrowser/ladybird
synced 2026-04-30 11:37:16 +02:00
9 lines
136 B
CMake
9 lines
136 B
CMake
set(SOURCES
|
|
Answer.cpp
|
|
Name.cpp
|
|
Packet.cpp
|
|
)
|
|
|
|
serenity_lib(LibDNS dns)
|
|
target_link_libraries(LibDNS PRIVATE LibCore LibIPC)
|