mirror of
https://github.com/RGBCube/serenity
synced 2025-05-31 18:28:12 +00: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)
|