mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-10-05 07:39:16 +00:00
6 lines
119 B
CMake
6 lines
119 B
CMake
set(SOURCES
|
|
Message.cpp
|
|
)
|
|
|
|
ladybird_lib(LibDNS dns)
|
|
target_link_libraries(LibDNS PRIVATE LibCore PUBLIC LibCrypto)
|