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

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