Add a GTK+ GUI
This commit is contained in:
4
quote-file.cmake
Normal file
4
quote-file.cmake
Normal file
@@ -0,0 +1,4 @@
|
||||
file (READ ${input} contents)
|
||||
string (REPLACE "\n" "\\n\"\n\"" contents "${contents}")
|
||||
file (WRITE ${output}
|
||||
"const char ${var_name}[] = \n\"${contents}\";\n")
|
||||
Reference in New Issue
Block a user