mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-10-20 23:19:44 +00:00
7 lines
152 B
CMake
7 lines
152 B
CMake
set(TEST_SOURCES
|
|
TestDNSResolver.cpp
|
|
)
|
|
|
|
foreach(source IN LISTS TEST_SOURCES)
|
|
ladybird_test("${source}" LibDNS LIBS LibDNS LibTLS)
|
|
endforeach()
|