summaryrefslogtreecommitdiff
path: root/Tests/LibRegex/CMakeLists.txt
blob: 1b81dcf482927820f29fad01662277147ce1aa9b (plain)
1
2
3
4
5
file(GLOB TEST_SOURCES CONFIGURE_DEPENDS "*.cpp")

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