mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2024-11-10 13:00:29 +03:00
9e860d973e
Everything is now setup to create the LibLocale library and link it where needed.
12 lines
269 B
CMake
12 lines
269 B
CMake
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()
|