mirror of
https://github.com/RGBCube/serenity
synced 2025-05-30 22:58: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
5 lines
84 B
CMake
5 lines
84 B
CMake
set(SOURCES
|
|
main.cpp
|
|
)
|
|
|
|
lagom_tool(GMLCompiler LIBS LibMain LibCore LibGUI_GML)
|