1
0
mirror of https://github.com/SerenityOS/serenity synced 2024-07-09 07:00:45 +00:00
serenity/Tests/LibLocale/CMakeLists.txt

11 lines
230 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)
endforeach()