summaryrefslogtreecommitdiff
path: root/Tests/LibUnicode/CMakeLists.txt
blob: 088ddce8bf32c5fc6c0656fd7d0edbaf5492a064 (plain)
1
2
3
4
5
6
7
8
9
10
set(TEST_SOURCES
    TestUnicodeCharacterTypes.cpp
    TestUnicodeNormalization.cpp
)

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

    get_filename_component(target "${source}" NAME_WLE)
endforeach()