blob: 5630889a7fe891a5cd9b08d06a4c79bcb11d072f (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
set(TEST_SOURCES
TestDateTimeFormat.cpp
TestLocale.cpp
)
foreach(source IN LISTS TEST_SOURCES)
serenity_test("${source}" LibLocale LIBS LibLocale)
get_filename_component(target "${source}" NAME_WLE)
link_with_locale_data("${target}")
endforeach()
|