mirror of
https://github.com/fergalmoran/ladybird.git
synced 2026-01-03 07:07:23 +00:00
The IANA Time Zone Database contains data needed, at least, for various JavaScript objects. This adds plumbing for a parser and code generator for this data. The generated data will be made available by LibTimeZone, much like how UCD and CLDR data is available through LibUnicode.
6 lines
154 B
CMake
6 lines
154 B
CMake
add_subdirectory(IPCCompiler)
|
|
add_subdirectory(LibTimeZone)
|
|
add_subdirectory(LibUnicode)
|
|
add_subdirectory(LibWeb)
|
|
add_subdirectory(StateMachineGenerator)
|