mirror of
https://github.com/RGBCube/serenity
synced 2025-05-21 12:55:07 +00:00
9 lines
220 B
CMake
9 lines
220 B
CMake
set(TEST_SOURCES
|
|
TestUnicodeCharacterTypes.cpp
|
|
)
|
|
|
|
foreach(source IN LISTS TEST_SOURCES)
|
|
serenity_test("${source}" LibUnicode LIBS LibUnicode)
|
|
|
|
get_filename_component(target "${source}" NAME_WLE)
|
|
endforeach()
|