mirror of
https://github.com/zebrajr/ladybird.git
synced 2025-12-06 00:19:53 +01: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()
|