mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-10-21 07:29:53 +00:00
7 lines
143 B
CMake
7 lines
143 B
CMake
set(TEST_SOURCES
|
|
TestRegex.cpp
|
|
)
|
|
|
|
foreach(source IN LISTS TEST_SOURCES)
|
|
ladybird_test("${source}" LibRegex LIBS LibRegex)
|
|
endforeach()
|