mirror of
https://github.com/LadybirdBrowser/ladybird
synced 2026-04-28 10:37:17 +02:00
7 lines
119 B
CMake
7 lines
119 B
CMake
set(SOURCES
|
|
Message.cpp
|
|
)
|
|
|
|
serenity_lib(LibDNS dns)
|
|
target_link_libraries(LibDNS PRIVATE LibCore PUBLIC LibCrypto)
|