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

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