summaryrefslogtreecommitdiff
path: root/Userland/Libraries/LibUnicode
diff options
context:
space:
mode:
authorTimothy Flynn <trflynn89@pm.me>2022-09-02 13:08:22 -0400
committerTim Flynn <trflynn89@pm.me>2022-09-05 14:37:16 -0400
commit9e860d973ec04891f796a344bbc7281dd2dd9868 (patch)
treee85838e49adb73038d0709f8427bd0daaad7c611 /Userland/Libraries/LibUnicode
parentf082b6ae48820f3660a3da26ec3c58b6d3416dd4 (diff)
downloadserenity-9e860d973ec04891f796a344bbc7281dd2dd9868.zip
LibLocale: Move locale source files to the LibLocale library
Everything is now setup to create the LibLocale library and link it where needed.
Diffstat (limited to 'Userland/Libraries/LibUnicode')
-rw-r--r--Userland/Libraries/LibUnicode/CMakeLists.txt5
1 files changed, 0 insertions, 5 deletions
diff --git a/Userland/Libraries/LibUnicode/CMakeLists.txt b/Userland/Libraries/LibUnicode/CMakeLists.txt
index 7779a8e06c..1bacfa8375 100644
--- a/Userland/Libraries/LibUnicode/CMakeLists.txt
+++ b/Userland/Libraries/LibUnicode/CMakeLists.txt
@@ -3,11 +3,6 @@ include(${SerenityOS_SOURCE_DIR}/Meta/CMake/unicode_data.cmake)
set(SOURCES
CharacterTypes.cpp
CurrencyCode.cpp
- ../LibLocale/DateTimeFormat.cpp
- ../LibLocale/Locale.cpp
- ../LibLocale/NumberFormat.cpp
- ../LibLocale/PluralRules.cpp
- ../LibLocale/RelativeTimeFormat.cpp
${UNICODE_DATA_SOURCES}
)