mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 12:57:35 +00:00
Meta+Userland: Allow generating C++ initializer code from GML
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
This commit is contained in:
parent
1e67435ff5
commit
d1645efde9
6 changed files with 347 additions and 0 deletions
|
@ -0,0 +1,5 @@
|
|||
set(SOURCES
|
||||
main.cpp
|
||||
)
|
||||
|
||||
lagom_tool(GMLCompiler LIBS LibMain LibCore LibGUI_GML)
|
Loading…
Add table
Add a link
Reference in a new issue