mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-08-02 14:19:48 +00:00
LibLocale: Move locale source files to the LibLocale library
Everything is now setup to create the LibLocale library and link it where needed.
This commit is contained in:
parent
f082b6ae48
commit
9e860d973e
Notes:
sideshowbarker
2024-07-17 07:29:50 +09:00
Author: https://github.com/trflynn89
Commit: 9e860d973e
Pull-request: https://github.com/SerenityOS/serenity/pull/15096
Reviewed-by: https://github.com/linusg ✅
7 changed files with 38 additions and 17 deletions
|
@ -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}
|
||||
)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue