serenity/Tests/LibLocale/CMakeLists.txt

11 lines
230 B
CMake
Raw Normal View History

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)
endforeach()