From 9e860d973ec04891f796a344bbc7281dd2dd9868 Mon Sep 17 00:00:00 2001 From: Timothy Flynn Date: Fri, 2 Sep 2022 13:08:22 -0400 Subject: LibLocale: Move locale source files to the LibLocale library Everything is now setup to create the LibLocale library and link it where needed. --- Userland/Applications/ClockSettings/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Userland/Applications') diff --git a/Userland/Applications/ClockSettings/CMakeLists.txt b/Userland/Applications/ClockSettings/CMakeLists.txt index 1e134c9fc4..8b32166c8d 100644 --- a/Userland/Applications/ClockSettings/CMakeLists.txt +++ b/Userland/Applications/ClockSettings/CMakeLists.txt @@ -18,5 +18,5 @@ set(SOURCES ) serenity_app(ClockSettings ICON app-analog-clock) # FIXME: Create a ClockSettings icon. -target_link_libraries(ClockSettings LibGUI LibMain LibUnicode) +target_link_libraries(ClockSettings LibGUI LibMain LibLocale) link_with_locale_data(ClockSettings) -- cgit v1.2.3