1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-06-14 04:32:08 +00:00
serenity/Userland/Libraries/LibUnicode
Andrew Kaster 38707f4a20 LibUnicode: Make unicode data generation logic more relocatable
The previous logic had several checks for Lagom directories and
subdirectories. All we really want to do for these header checks is make
sure that the files end up in an included folder prefixed with
LibUnicode. We also don't need to hard code the path to the generator,
the $<TARGET_FILES> generator expression can create the path for us.
2021-07-29 21:46:25 +01:00
..
CodeGenerators LibUnicode: Reduce Unicode data generator boilerplate 2021-07-28 23:42:29 +02:00
CharacterTypes.cpp LibUnicode: Handle code points that are both cased and case-ignorable 2021-07-28 23:42:29 +02:00
CharacterTypes.h LibUnicode: Begin implementing special Unicode case folding 2021-07-27 21:04:36 +01:00
CMakeLists.txt LibUnicode: Introduce a Unicode library for interacting with UCD files 2021-07-26 17:03:55 +01:00
unicode_data.cmake LibUnicode: Make unicode data generation logic more relocatable 2021-07-29 21:46:25 +01:00