1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-25 03:27:44 +00:00
serenity/Userland/Libraries/LibLocale
Andrew Kaster 1ae0cfd08b CMake+Userland: Use CMakeLists from Userland to build Lagom Libraries
Also do this for Shell.

This greatly simplifies the CMakeLists in Lagom, replacing many glob
patterns with a big list of libraries. There are still a few special
libraries that need some help to conform to the pattern, like LibELF and
LibWebView.

It also lets us remove essentially all of the Serenity or Lagom binary
directory detection logic from code generators, as now both projects
directories enter the generator logic from the same place.
2022-10-16 16:36:39 +02:00
..
CMakeLists.txt CMake+Userland: Use CMakeLists from Userland to build Lagom Libraries 2022-10-16 16:36:39 +02:00
DateTimeFormat.cpp LibLocale: Move locale source files to the LibLocale folder 2022-09-05 14:37:16 -04:00
DateTimeFormat.h LibLocale: Move locale source files to the LibLocale folder 2022-09-05 14:37:16 -04:00
Forward.h LibLocale: Move locale source files to the LibLocale folder 2022-09-05 14:37:16 -04:00
Locale.cpp LibLocale: Move locale source files to the LibLocale folder 2022-09-05 14:37:16 -04:00
Locale.h LibLocale: Move locale source files to the LibLocale folder 2022-09-05 14:37:16 -04:00
NumberFormat.cpp LibLocale: Move locale source files to the LibLocale folder 2022-09-05 14:37:16 -04:00
NumberFormat.h LibLocale: Move locale source files to the LibLocale folder 2022-09-05 14:37:16 -04:00
PluralRules.cpp LibLocale: Move locale source files to the LibLocale folder 2022-09-05 14:37:16 -04:00
PluralRules.h LibLocale: Move locale source files to the LibLocale folder 2022-09-05 14:37:16 -04:00
RelativeTimeFormat.cpp LibLocale: Move locale source files to the LibLocale folder 2022-09-05 14:37:16 -04:00
RelativeTimeFormat.h LibLocale: Move locale source files to the LibLocale folder 2022-09-05 14:37:16 -04:00