mirror of
https://github.com/LadybirdBrowser/ladybird
synced 2026-04-25 17:25:08 +02:00
9 lines
191 B
CMake
9 lines
191 B
CMake
set(URL_TEST_SOURCES
|
|
TestURL.cpp
|
|
TestURLPatternConstructorStringParser.cpp
|
|
)
|
|
|
|
foreach(source IN LISTS URL_TEST_SOURCES)
|
|
ladybird_test("${source}" LibURL LIBS LibURL)
|
|
endforeach()
|