summaryrefslogtreecommitdiff
path: root/Tests/LibRegex/CMakeLists.txt
blob: eeeacecfbacd9d08e8461b07494d991eb8b27a5c (plain)
1
2
3
4
5
6
7
8
9
set(TEST_SOURCES
    Benchmark.cpp
    Regex.cpp
    RegexLibC.cpp
)

foreach(source IN LISTS TEST_SOURCES)
    serenity_test("${source}" LibRegex LIBS LibRegex)
endforeach()