ladybird/Userland/Libraries/LibUnicode
Andrew Kaster b8e51425e9 Lagom+CMake: Propagate dependencies for generated custom targets
We have logic for serenity_generated_sources which works well for source
files that are specified in GENERATED_SOURCES prior to calling
serenity_lib or serenity_bin. However, code generated with
invoke_generator, and the LibWeb generators do not always follow the
pattern of the IDL and GML files.

For the LibWeb generators, we can just add_dependencies to LibWeb at the
time we declare the generate_Foo custom target. However for LibLocale,
LibTimeZone, and LibUnicode, we don't have the name of the target
available, so export the name in a variable to set into
GENERATED_SOURCES.

To make this work for Lagom, we need to make sure that lagom_lib and
serenity_bin in Lagom/CMakeLists.txt call serenity_generated_sources on
the target.

This enables the Xcode generator on macOS hosts, at least for Lagom.
2022-10-17 15:55:55 +02:00
..
CharacterTypes.cpp LibUnicode: Generate a separate Locale enumeration for special casing 2022-09-05 14:37:16 -04:00
CharacterTypes.h Meta+LibUnicode: Download and parse Unicode block properties 2022-02-15 10:13:19 -05:00
CMakeLists.txt Lagom+CMake: Propagate dependencies for generated custom targets 2022-10-17 15:55:55 +02:00
CurrencyCode.cpp LibUnicode+LibJS: Move Unicode::get_available_currencies() to Locale.h 2022-09-05 14:37:16 -04:00
CurrencyCode.h LibUnicode+LibJS: Move Unicode::get_available_currencies() to Locale.h 2022-09-05 14:37:16 -04:00
Emoji.cpp LibUncode: Parse and generate emoji code point data 2022-09-08 23:12:31 +01:00
Emoji.h LibUnicode: Parse and generate custom emoji added for SerenityOS 2022-09-11 20:33:57 +01:00
Forward.h LibUnicode: Add decomposition mappings and Unicode normalization 2022-10-06 08:24:39 -04:00
Normalize.cpp LibUnicode: Fix Hangul syllable composition for specific cases 2022-10-07 07:53:27 -04:00
Normalize.h LibUnicode: Add to-and-from string converters for NormalizationForm 2022-10-06 22:14:44 +01:00