blob: 0b43421ce27627f841c6a9f410d1a336f3f1e1d2 (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
set(TEST_SOURCES
TestEmoji.cpp
TestUnicodeCharacterTypes.cpp
TestUnicodeNormalization.cpp
)
foreach(source IN LISTS TEST_SOURCES)
serenity_test("${source}" LibUnicode LIBS LibUnicode)
get_filename_component(target "${source}" NAME_WLE)
endforeach()
|