mirror of
https://github.com/RGBCube/serenity
synced 2025-07-28 19:27:36 +00:00
LibLocale+LibUnicode: Move generated CLDR data files to LibLocale folder
They are still included into LibUnicode, but this moves their generated location to be under LibLocale.
This commit is contained in:
parent
fc8bf7ac3e
commit
1e0276f541
10 changed files with 30 additions and 33 deletions
8
Userland/Libraries/LibLocale/CMakeLists.txt
Normal file
8
Userland/Libraries/LibLocale/CMakeLists.txt
Normal file
|
@ -0,0 +1,8 @@
|
|||
include(${SerenityOS_SOURCE_DIR}/Meta/CMake/locale_data.cmake)
|
||||
|
||||
if (DEFINED LOCALE_DATA_SOURCES)
|
||||
set(SOURCES ${LOCALE_DATA_SOURCES})
|
||||
serenity_lib(LibLocaleData localedata)
|
||||
target_compile_options(LibLocaleData PRIVATE -g0 -Os -Wno-parentheses-equality)
|
||||
target_link_libraries(LibLocaleData LibCore LibTimeZone)
|
||||
endif()
|
Loading…
Add table
Add a link
Reference in a new issue