ladybird/Tests/LibURL/CMakeLists.txt
2026-05-28 09:27:41 +02:00

9 lines
202 B
CMake

set(URL_TEST_SOURCES
TestURL.cpp
TestURLPattern.cpp
TestPublicSuffix.cpp
)
foreach(source IN LISTS URL_TEST_SOURCES)
ladybird_test("${source}" LibURL LIBS LibURL LibRegex)
endforeach()