mirror of
https://github.com/RGBCube/serenity
synced 2026-01-17 01:31:00 +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.
5 lines
154 B
CMake
5 lines
154 B
CMake
add_subdirectory(IPCCompiler)
|
|
add_subdirectory(LibTimeZone)
|
|
add_subdirectory(LibUnicode)
|
|
add_subdirectory(LibWeb)
|
|
add_subdirectory(StateMachineGenerator)
|