mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-01-26 19:22:30 -05:00
10 lines
177 B
CMake
10 lines
177 B
CMake
set(SOURCES
|
|
DNSAnswer.cpp
|
|
DNSRequest.cpp
|
|
DNSResponse.cpp
|
|
LookupServer.cpp
|
|
main.cpp
|
|
)
|
|
|
|
serenity_bin(LookupServer)
|
|
target_link_libraries(LookupServer LibCore)
|