mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-07-23 17:33:12 +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)
|