mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 21:27:45 +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
|
@ -4,11 +4,11 @@ serenity_component(
|
|||
DEPENDS WebContent
|
||||
)
|
||||
|
||||
compile_gml(CondFormatting.gml CondFormattingGML.h cond_fmt_gml)
|
||||
compile_gml(CondView.gml CondFormattingViewGML.h cond_fmt_view_gml)
|
||||
compile_gml(csv_import.gml CSVImportGML.h csv_import_gml)
|
||||
compile_gml(csv_export.gml CSVExportGML.h csv_export_gml)
|
||||
compile_gml(select_format_page.gml FormatSelectionPageGML.h select_format_page_gml)
|
||||
stringify_gml(CondFormatting.gml CondFormattingGML.h cond_fmt_gml)
|
||||
stringify_gml(CondView.gml CondFormattingViewGML.h cond_fmt_view_gml)
|
||||
stringify_gml(csv_import.gml CSVImportGML.h csv_import_gml)
|
||||
stringify_gml(csv_export.gml CSVExportGML.h csv_export_gml)
|
||||
stringify_gml(select_format_page.gml FormatSelectionPageGML.h select_format_page_gml)
|
||||
|
||||
set(SOURCES
|
||||
Cell.cpp
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue