mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 21:07:34 +00:00
Meta: Rename compile_gml to stringify_gml
This is what this function really does, it doesn't compile anything.
This commit is contained in:
parent
e2dbce8fd7
commit
1e67435ff5
51 changed files with 116 additions and 116 deletions
|
@ -3,13 +3,13 @@ serenity_component(
|
|||
TARGETS ThemeEditor
|
||||
)
|
||||
|
||||
compile_gml(ThemeEditor.gml ThemeEditorGML.h theme_editor_gml)
|
||||
compile_gml(AlignmentProperty.gml AlignmentPropertyGML.h alignment_property_gml)
|
||||
compile_gml(ColorProperty.gml ColorPropertyGML.h color_property_gml)
|
||||
compile_gml(FlagProperty.gml FlagPropertyGML.h flag_property_gml)
|
||||
compile_gml(MetricProperty.gml MetricPropertyGML.h metric_property_gml)
|
||||
compile_gml(PathProperty.gml PathPropertyGML.h path_property_gml)
|
||||
compile_gml(Previews/WindowPreview.gml WindowPreviewGML.h window_preview_gml)
|
||||
stringify_gml(ThemeEditor.gml ThemeEditorGML.h theme_editor_gml)
|
||||
stringify_gml(AlignmentProperty.gml AlignmentPropertyGML.h alignment_property_gml)
|
||||
stringify_gml(ColorProperty.gml ColorPropertyGML.h color_property_gml)
|
||||
stringify_gml(FlagProperty.gml FlagPropertyGML.h flag_property_gml)
|
||||
stringify_gml(MetricProperty.gml MetricPropertyGML.h metric_property_gml)
|
||||
stringify_gml(PathProperty.gml PathPropertyGML.h path_property_gml)
|
||||
stringify_gml(Previews/WindowPreview.gml WindowPreviewGML.h window_preview_gml)
|
||||
|
||||
set(SOURCES
|
||||
MainWidget.cpp
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue