mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-10-21 07:29:53 +00:00
8 lines
191 B
CMake
8 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()
|