diff options
author | Timothy Flynn <trflynn89@pm.me> | 2022-09-02 10:41:33 -0400 |
---|---|---|
committer | Tim Flynn <trflynn89@pm.me> | 2022-09-05 14:37:16 -0400 |
commit | fc8bf7ac3e0fd01e93c8f1d1544342e0f84d7641 (patch) | |
tree | 0b561e6161d7b35025400b03ff940ab2ad00d9a4 /Userland/Applications/Assistant | |
parent | 89d1813b5de9fdad9021d88116e25cf98b5d6ad2 (diff) | |
download | serenity-fc8bf7ac3e0fd01e93c8f1d1544342e0f84d7641.zip |
LibUnicode+Userland: Migrate generated CLDR data to LibLocaleData
Currently, LibUnicodeData contains the generated UCD and CLDR data. Move
the UCD data to the main LibUnicode library, and rename LibUnicodeData
to LibLocaleData. This is another prepatory change to migrate to
LibLocale.
Diffstat (limited to 'Userland/Applications/Assistant')
-rw-r--r-- | Userland/Applications/Assistant/CMakeLists.txt | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/Userland/Applications/Assistant/CMakeLists.txt b/Userland/Applications/Assistant/CMakeLists.txt index 478c4dbe69..5db6ae2b46 100644 --- a/Userland/Applications/Assistant/CMakeLists.txt +++ b/Userland/Applications/Assistant/CMakeLists.txt @@ -11,4 +11,3 @@ set(SOURCES serenity_app(Assistant ICON app-run) target_link_libraries(Assistant LibCore LibDesktop LibGUI LibJS LibMain LibThreading) -link_with_unicode_data(Assistant) |