1
0
Fork 0
mirror of https://github.com/LadybirdBrowser/ladybird.git synced 2025-06-08 05:27:14 +09:00
ladybird/Tests/LibURL/CMakeLists.txt
Shannon Booth e369756e9c LibURL/Pattern: Implement the constructor string parser
This is missing one small bit of functionality where the not-yet
impplemented component compilation is required.
2025-03-15 07:39:03 -04:00

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()