mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2024-11-26 01:20:25 +00:00
9e860d973e
Everything is now setup to create the LibLocale library and link it where needed.
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()
|