mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-06-08 05:27:14 +09:00

This is missing one small bit of functionality where the not-yet impplemented component compilation is required.
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)
|
|
serenity_test("${source}" LibURL LIBS LibURL)
|
|
endforeach()
|