mirror of
https://github.com/RGBCube/serenity
synced 2025-07-26 23:17:46 +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,8 +4,8 @@ serenity_component(
|
|||
TARGETS SystemMonitor Profiler
|
||||
)
|
||||
|
||||
compile_gml(SystemMonitor.gml SystemMonitorGML.h system_monitor_gml)
|
||||
compile_gml(ProcessWindow.gml ProcessWindowGML.h process_window_gml)
|
||||
stringify_gml(SystemMonitor.gml SystemMonitorGML.h system_monitor_gml)
|
||||
stringify_gml(ProcessWindow.gml ProcessWindowGML.h process_window_gml)
|
||||
|
||||
set(SOURCES
|
||||
GraphWidget.cpp
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue