mirror of
https://github.com/RGBCube/serenity
synced 2025-07-25 22:37:35 +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
|
@ -2,7 +2,7 @@
|
|||
# Functions for generating sources using host tools
|
||||
#
|
||||
|
||||
function(compile_gml source output string_name)
|
||||
function(stringify_gml source output string_name)
|
||||
set(source ${CMAKE_CURRENT_SOURCE_DIR}/${source})
|
||||
add_custom_command(
|
||||
OUTPUT ${output}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue