mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-06-11 02:13:56 +09:00

This does the exact same thing as the runtime initializer, except it is faster and can catch some errors much earlier. The code generator includes these important features: - Automatic include generation where necessary - Special-casing for TabWidget and ScrollableContainerWidget - No use of DeprecatedString where possible
9 lines
262 B
CMake
9 lines
262 B
CMake
add_subdirectory(GMLCompiler)
|
|
add_subdirectory(IPCCompiler)
|
|
add_subdirectory(LibEDID)
|
|
add_subdirectory(LibGL)
|
|
add_subdirectory(LibLocale)
|
|
add_subdirectory(LibTimeZone)
|
|
add_subdirectory(LibUnicode)
|
|
add_subdirectory(LibWeb)
|
|
add_subdirectory(StateMachineGenerator)
|