mirror of
https://github.com/LadybirdBrowser/ladybird
synced 2026-04-25 17:25:08 +02:00
8 lines
143 B
CMake
8 lines
143 B
CMake
set(TEST_SOURCES
|
|
TestRegex.cpp
|
|
)
|
|
|
|
foreach(source IN LISTS TEST_SOURCES)
|
|
ladybird_test("${source}" LibRegex LIBS LibRegex)
|
|
endforeach()
|