mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2024-11-08 12:56:23 +03:00
5bcb019106
This implements the ToASCII operation of Unicode Technical Standard 46
15 lines
334 B
CMake
15 lines
334 B
CMake
set(TEST_SOURCES
|
|
TestEmoji.cpp
|
|
TestIDNA.cpp
|
|
TestPunycode.cpp
|
|
TestSegmentation.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()
|