mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 17:17: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,7 +4,7 @@ serenity_component(
|
|||
TARGETS GMLPlayground
|
||||
)
|
||||
|
||||
compile_gml(GMLPlaygroundWindow.gml GMLPlaygroundWindowGML.h gml_playground_window_gml)
|
||||
stringify_gml(GMLPlaygroundWindow.gml GMLPlaygroundWindowGML.h gml_playground_window_gml)
|
||||
|
||||
set(SOURCES
|
||||
MainWidget.cpp
|
||||
|
|
|
@ -8,8 +8,8 @@ serenity_component(
|
|||
add_subdirectory(LanguageServers)
|
||||
add_subdirectory(LanguageClients)
|
||||
|
||||
compile_gml(Dialogs/NewProjectDialog.gml Dialogs/NewProjectDialogGML.h new_project_dialog_gml)
|
||||
compile_gml(Dialogs/Git/GitCommitDialog.gml Dialogs/Git/GitCommitDialogGML.h git_commit_dialog_gml)
|
||||
stringify_gml(Dialogs/NewProjectDialog.gml Dialogs/NewProjectDialogGML.h new_project_dialog_gml)
|
||||
stringify_gml(Dialogs/Git/GitCommitDialog.gml Dialogs/Git/GitCommitDialogGML.h git_commit_dialog_gml)
|
||||
|
||||
set(SOURCES
|
||||
CodeDocument.cpp
|
||||
|
|
|
@ -4,7 +4,7 @@ serenity_component(
|
|||
TARGETS SQLStudio
|
||||
)
|
||||
|
||||
compile_gml(SQLStudio.gml SQLStudioGML.h sql_studio_gml)
|
||||
stringify_gml(SQLStudio.gml SQLStudioGML.h sql_studio_gml)
|
||||
|
||||
set(SOURCES
|
||||
main.cpp
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue