blob: d632992976a24ab5a2a0394416f51e42fcd33f0a (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
set(TEST_SOURCES
Benchmark.cpp
Regex.cpp
RegexLibC.cpp
)
foreach(source IN LISTS TEST_SOURCES)
serenity_test("${source}" LibRegex LIBS LibRegex)
endforeach()
link_with_unicode_data(Regex)
|